Html Css Color HEX #B232F9 Blue Violet

📋 copy color: '#B232F9'

red 178 ◦ green 50 ◦ blue 249

#B232F9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Violet #B232F9

Tints of Blue Violet #B232F9

RGB

 RED value IS 178 (69.92% from 255) = 37.32%

 GREEN value IS 50 (19.92% from 255) = 10.48%

 BLUE value IS 249 (97.66% from 255) = 52.2%

R = 37.32%
G = 10.48%
B = 52.2%

CMYK

 C value IS 0.29

 M value IS 0.80

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B232F9 (or 0xB232F9) is known color: Blue Violet. HEX triplet: B2, 32 and F9. RGB value is (178,50,249). Sum of RGB (Red+Green+Blue) = 178+50+249=477 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.32% from 477); Green value is 50 (19.92% from 255 or 10.48% from 477); Blue value is 249 (97.66% from 255 or 52.20% from 477); Max value from RGB is 249 - color contains mainly: blue. Hex color #B232F9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B232F9 is #4DCD06. Grayscale: #6E6E6E. Windows color (decimal): -5098759 or 16331442. OLE color: 16331442.

HSL color Cylindrical-coordinate representation of color #B232F9: hue angle of 278.59º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B232F9 is Cyan = 0.29, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 178 50 249 -
CMYK 0.29 0.80 0 0.02
HSL 278.59º 0.94% 0.59% -
HSV(B) 278.59º 0.8% 0.98% -
XYZ 36.6 18.59 91.28 -
YUV 110.96 205.91 175.82 -
System Red Green Blue C M Y K H S L
Decimal 178 50 249 0.29 0.80 0 0.02 278.59 0.94 0.59
Hex B2 32 F9 1D 50 0 2 117 5E 3B
Octal 262 62 371 35 120 0 2 427 136 73
Binary 10110010 110010 11111001 11101 1010000 0 10 100010111 1011110 111011

Color Harmonies of #B232F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B232F9

Black with #B232F9

Text Example


Text Example

White with #B232F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B232F9; }

 p { color: rgb(178,50,249); }

 H1.HeaderClassName
 {
   color: #B232F9;
 }
 .AnyTagClassName
 {
   color: #B232F9;
 }
</style>

background-color css

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

 a { background-color: rgb(178,50,249); }

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

border-color css

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

 span { border-color: rgb(178,50,249); }

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