Html Css Color HEX #B12DBF Dark Orchid

📋 copy color: '#B12DBF'

red 177 ◦ green 45 ◦ blue 191

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

Shades of Dark Orchid #B12DBF

Tints of Dark Orchid #B12DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 46.25%

R = 42.86%
G = 10.9%
B = 46.25%

CMYK

 C value IS 0.07

 M value IS 0.76

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B12DBF (or 0xB12DBF) is known color: Dark Orchid. HEX triplet: B1, 2D and BF. RGB value is (177,45,191). Sum of RGB (Red+Green+Blue) = 177+45+191=413 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.86% from 413); Green value is 45 (17.97% from 255 or 10.90% from 413); Blue value is 191 (75% from 255 or 46.25% from 413); Max value from RGB is 191 - color contains mainly: blue. Hex color #B12DBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B12DBF is #4ED240. Grayscale: #646464. Windows color (decimal): -5165633 or 12529073. OLE color: 12529073.

HSL color Cylindrical-coordinate representation of color #B12DBF: hue angle of 294.25º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B12DBF is Cyan = 0.07, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 177 45 191 -
CMYK 0.07 0.76 0 0.25
HSL 294.25º 0.62% 0.46% -
HSV(B) 294.25º 0.76% 0.75% -
XYZ 28.47 14.99 50.68 -
YUV 101.11 178.73 182.13 -
System Red Green Blue C M Y K H S L
Decimal 177 45 191 0.07 0.76 0 0.25 294.25 0.62 0.46
Hex B1 2D BF 7 4C 0 19 126 3E 2E
Octal 261 55 277 7 114 0 31 446 76 56
Binary 10110001 101101 10111111 111 1001100 0 11001 100100110 111110 101110

Color Harmonies of #B12DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12DBF

Black with #B12DBF

Text Example


Text Example

White with #B12DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12DBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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