Html Css Color HEX #B01CCD Dark Orchid

📋 copy color: '#B01CCD'

red 176 ◦ green 28 ◦ blue 205

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

Shades of Dark Orchid #B01CCD

Tints of Dark Orchid #B01CCD

RGB

 RED value IS 176 (69.14% from 255) = 43.03%

 GREEN value IS 28 (11.33% from 255) = 6.85%

 BLUE value IS 205 (80.47% from 255) = 50.12%

R = 43.03%
G = 6.85%
B = 50.12%

CMYK

 C value IS 0.14

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B01CCD (or 0xB01CCD) is known color: Dark Orchid. HEX triplet: B0, 1C and CD. RGB value is (176,28,205). Sum of RGB (Red+Green+Blue) = 176+28+205=409 (54% of max value = 765). Red value is 176 (69.14% from 255 or 43.03% from 409); Green value is 28 (11.33% from 255 or 6.85% from 409); Blue value is 205 (80.47% from 255 or 50.12% from 409); Max value from RGB is 205 - color contains mainly: blue. Hex color #B01CCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B01CCD is #4FE332. Grayscale: #5B5B5B. Windows color (decimal): -5235507 or 13442224. OLE color: 13442224.

HSL color Cylindrical-coordinate representation of color #B01CCD: hue angle of 290.17º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B01CCD is Cyan = 0.14, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 176 28 205 -
CMYK 0.14 0.86 0 0.20
HSL 290.17º 0.76% 0.46% -
HSV(B) 290.17º 0.86% 0.8% -
XYZ 29.34 14.47 59 -
YUV 92.43 191.53 187.61 -
System Red Green Blue C M Y K H S L
Decimal 176 28 205 0.14 0.86 0 0.20 290.17 0.76 0.46
Hex B0 1C CD E 56 0 14 122 4C 2E
Octal 260 34 315 16 126 0 24 442 114 56
Binary 10110000 11100 11001101 1110 1010110 0 10100 100100010 1001100 101110

Color Harmonies of #B01CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01CCD

Black with #B01CCD

Text Example


Text Example

White with #B01CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01CCD; }

 p { color: rgb(176,28,205); }

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

background-color css

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

 a { background-color: rgb(176,28,205); }

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

border-color css

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

 span { border-color: rgb(176,28,205); }

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