Html Css Color HEX #B01CCE Dark Orchid

📋 copy color: '#B01CCE'

red 176 ◦ green 28 ◦ blue 206

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

Shades of Dark Orchid #B01CCE

Tints of Dark Orchid #B01CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 50.24%

R = 42.93%
G = 6.83%
B = 50.24%

CMYK

 C value IS 0.15

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B01CCE (or 0xB01CCE) is known color: Dark Orchid. HEX triplet: B0, 1C and CE. RGB value is (176,28,206). Sum of RGB (Red+Green+Blue) = 176+28+206=410 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.93% from 410); Green value is 28 (11.33% from 255 or 6.83% from 410); Blue value is 206 (80.86% from 255 or 50.24% from 410); Max value from RGB is 206 - color contains mainly: blue. Hex color #B01CCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B01CCE is #4FE331. Grayscale: #5B5B5B. Windows color (decimal): -5235506 or 13507760. OLE color: 13507760.

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

Color convert

RGB 176 28 206 -
CMYK 0.15 0.86 0 0.19
HSL 289.89º 0.76% 0.46% -
HSV(B) 289.89º 0.86% 0.81% -
XYZ 29.46 14.52 59.64 -
YUV 92.54 192.03 187.53 -
System Red Green Blue C M Y K H S L
Decimal 176 28 206 0.15 0.86 0 0.19 289.89 0.76 0.46
Hex B0 1C CE F 56 0 13 122 4C 2E
Octal 260 34 316 17 126 0 23 442 114 56
Binary 10110000 11100 11001110 1111 1010110 0 10011 100100010 1001100 101110

Color Harmonies of #B01CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01CCE

Black with #B01CCE

Text Example


Text Example

White with #B01CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01CCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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