#B238FF

Color #B238FF Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #B238FF

Tints of Blue Violet #B238FF

Color information

#B238FF (or 0xB238FF) is unknown color: approx Blue Violet. HEX triplet: B2, 38 and FF. RGB value is (178,56,255). Sum of RGB (Red+Green+Blue) = 178+56+255=489 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.40% from 489); Green value is 56 (22.27% from 255 or 11.45% from 489); Blue value is 255 (100% from 255 or 52.15% from 489); Max value from RGB is 255 - color contains mainly: blue. Hex color #B238FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B238FF is #4DC700. Grayscale: #727272. Windows color (decimal): -5097217 or 16726194. OLE color: 16726194.

HSL color Cylindrical-coordinate representation of color #B238FF: hue angle of 276.78º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B238FF is Cyan = 0.30, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB17856255-
CMYK0.300.7800
HSL276.78º100%60.98%-
HSV(B)276.78º78.04%100%-
XYZ37.8219.5196.38-
YUV115.16206.92172.82-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 178 (69.92% from 255) = 36.40%
GREEN value IS 56 (22.27% from 255) = 11.45%
BLUE value IS 255 (100% from 255) = 52.15%
R=36.40%
G=11.45%
B=52.15%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal178562550.300.7800276.7810060.98
HexB238FF1E4E00115643d
Octal26270377361160042514475
Binary1011001011100011111111111101001110001000101011100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B238FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B238FF; }

 p { color: rgb(178,56,255); }

 H1.HeaderClassName
 {
   color: #B238FF;
 }
 .AnyTagClassName
 {
   color: #B238FF;
 }
</style>
background-color css

<style>
 a { background-color: #B238FF; }

 a { background-color: rgb(178,56,255); }

 div.DivClassName
 {
   background-color: #B238FF;
 }
 .BgClassName
 {
   background-color: #B238FF;
 }
</style>
border-color css

<style>
 span { border-color: #B238FF; }

 span { border-color: rgb(178,56,255); }

 td.TdClassName
 {
   border-color: #B238FF;
 }
 .TagClassName
 {
   border-color: #B238FF;
 }
</style>