Html Css Color HEX #B12AF3 Blue Violet

📋 copy color: '#B12AF3'

red 177 ◦ green 42 ◦ blue 243

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

Shades of Blue Violet #B12AF3

Tints of Blue Violet #B12AF3

RGB

 RED value IS 177 (69.53% from 255) = 38.31%

 GREEN value IS 42 (16.8% from 255) = 9.09%

 BLUE value IS 243 (95.31% from 255) = 52.6%

R = 38.31%
G = 9.09%
B = 52.6%

CMYK

 C value IS 0.27

 M value IS 0.83

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B12AF3 (or 0xB12AF3) is known color: Blue Violet. HEX triplet: B1, 2A and F3. RGB value is (177,42,243). Sum of RGB (Red+Green+Blue) = 177+42+243=462 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.31% from 462); Green value is 42 (16.80% from 255 or 9.09% from 462); Blue value is 243 (95.31% from 255 or 52.60% from 462); Max value from RGB is 243 - color contains mainly: blue. Hex color #B12AF3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B12AF3 is #4ED50C. Grayscale: #686868. Windows color (decimal): -5166349 or 15936177. OLE color: 15936177.

HSL color Cylindrical-coordinate representation of color #B12AF3: hue angle of 280.3º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B12AF3 is Cyan = 0.27, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 177 42 243 -
CMYK 0.27 0.83 0 0.05
HSL 280.3º 0.89% 0.56% -
HSV(B) 280.3º 0.83% 0.95% -
XYZ 35.14 17.47 86.31 -
YUV 105.28 205.73 179.16 -
System Red Green Blue C M Y K H S L
Decimal 177 42 243 0.27 0.83 0 0.05 280.3 0.89 0.56
Hex B1 2A F3 1B 53 0 5 118 59 38
Octal 261 52 363 33 123 0 5 430 131 70
Binary 10110001 101010 11110011 11011 1010011 0 101 100011000 1011001 111000

Color Harmonies of #B12AF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12AF3

Black with #B12AF3

Text Example


Text Example

White with #B12AF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12AF3; }

 p { color: rgb(177,42,243); }

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

background-color css

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

 a { background-color: rgb(177,42,243); }

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

border-color css

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

 span { border-color: rgb(177,42,243); }

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