Html Css Color HEX #B12DF0 Dark Orchid

📋 copy color: '#B12DF0'

red 177 ◦ green 45 ◦ blue 240

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

Shades of Dark Orchid #B12DF0

Tints of Dark Orchid #B12DF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 51.95%

R = 38.31%
G = 9.74%
B = 51.95%

CMYK

 C value IS 0.26

 M value IS 0.81

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B12DF0 (or 0xB12DF0) is known color: Dark Orchid. HEX triplet: B1, 2D and F0. RGB value is (177,45,240). Sum of RGB (Red+Green+Blue) = 177+45+240=462 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.31% from 462); Green value is 45 (17.97% from 255 or 9.74% from 462); Blue value is 240 (94.14% from 255 or 51.95% from 462); Max value from RGB is 240 - color contains mainly: blue. Hex color #B12DF0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B12DF0 is #4ED20F. Grayscale: #6A6A6A. Windows color (decimal): -5165584 or 15740337. OLE color: 15740337.

HSL color Cylindrical-coordinate representation of color #B12DF0: hue angle of 280.62º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B12DF0 is Cyan = 0.26, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 177 45 240 -
CMYK 0.26 0.81 0 0.06
HSL 280.62º 0.87% 0.56% -
HSV(B) 280.62º 0.81% 0.94% -
XYZ 34.8 17.52 83.98 -
YUV 106.7 203.23 178.14 -
System Red Green Blue C M Y K H S L
Decimal 177 45 240 0.26 0.81 0 0.06 280.62 0.87 0.56
Hex B1 2D F0 1A 51 0 6 119 57 38
Octal 261 55 360 32 121 0 6 431 127 70
Binary 10110001 101101 11110000 11010 1010001 0 110 100011001 1010111 111000

Color Harmonies of #B12DF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12DF0

Black with #B12DF0

Text Example


Text Example

White with #B12DF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12DF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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