Html Css Color HEX #B12DF2 Blue Violet

📋 copy color: '#B12DF2'

red 177 ◦ green 45 ◦ blue 242

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

Shades of Blue Violet #B12DF2

Tints of Blue Violet #B12DF2

RGB

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

 GREEN value IS 45 (17.97% from 255) = 9.7%

 BLUE value IS 242 (94.92% from 255) = 52.16%

R = 38.15%
G = 9.7%
B = 52.16%

CMYK

 C value IS 0.27

 M value IS 0.81

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B12DF2 (or 0xB12DF2) is known color: Blue Violet. HEX triplet: B1, 2D and F2. RGB value is (177,45,242). Sum of RGB (Red+Green+Blue) = 177+45+242=464 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.15% from 464); Green value is 45 (17.97% from 255 or 9.70% from 464); Blue value is 242 (94.92% from 255 or 52.16% from 464); Max value from RGB is 242 - color contains mainly: blue. Hex color #B12DF2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B12DF2 is #4ED20D. Grayscale: #6A6A6A. Windows color (decimal): -5165582 or 15871409. OLE color: 15871409.

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

Color convert

RGB 177 45 242 -
CMYK 0.27 0.81 0 0.05
HSL 280.2º 0.88% 0.56% -
HSV(B) 280.2º 0.81% 0.95% -
XYZ 35.1 17.63 85.56 -
YUV 106.93 204.23 177.98 -
System Red Green Blue C M Y K H S L
Decimal 177 45 242 0.27 0.81 0 0.05 280.2 0.88 0.56
Hex B1 2D F2 1B 51 0 5 118 58 38
Octal 261 55 362 33 121 0 5 430 130 70
Binary 10110001 101101 11110010 11011 1010001 0 101 100011000 1011000 111000

Color Harmonies of #B12DF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12DF2

Black with #B12DF2

Text Example


Text Example

White with #B12DF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12DF2; }

 p { color: rgb(177,45,242); }

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

background-color css

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

 a { background-color: rgb(177,45,242); }

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

border-color css

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

 span { border-color: rgb(177,45,242); }

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