Html Css Color HEX #B12DC0 Dark Orchid

📋 copy color: '#B12DC0'

red 177 ◦ green 45 ◦ blue 192

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

Shades of Dark Orchid #B12DC0

Tints of Dark Orchid #B12DC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 46.38%

R = 42.75%
G = 10.87%
B = 46.38%

CMYK

 C value IS 0.08

 M value IS 0.77

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B12DC0 (or 0xB12DC0) is known color: Dark Orchid. HEX triplet: B1, 2D and C0. RGB value is (177,45,192). Sum of RGB (Red+Green+Blue) = 177+45+192=414 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.75% from 414); Green value is 45 (17.97% from 255 or 10.87% from 414); Blue value is 192 (75.39% from 255 or 46.38% from 414); Max value from RGB is 192 - color contains mainly: blue. Hex color #B12DC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B12DC0 is #4ED23F. Grayscale: #646464. Windows color (decimal): -5165632 or 12594609. OLE color: 12594609.

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

Color convert

RGB 177 45 192 -
CMYK 0.08 0.77 0 0.25
HSL 293.88º 0.62% 0.46% -
HSV(B) 293.88º 0.77% 0.75% -
XYZ 28.58 15.03 51.26 -
YUV 101.23 179.23 182.05 -
System Red Green Blue C M Y K H S L
Decimal 177 45 192 0.08 0.77 0 0.25 293.88 0.62 0.46
Hex B1 2D C0 8 4D 0 19 126 3E 2E
Octal 261 55 300 10 115 0 31 446 76 56
Binary 10110001 101101 11000000 1000 1001101 0 11001 100100110 111110 101110

Color Harmonies of #B12DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12DC0

Black with #B12DC0

Text Example


Text Example

White with #B12DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12DC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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