Html Css Color HEX #B01DCA Dark Orchid

📋 copy color: '#B01DCA'

red 176 ◦ green 29 ◦ blue 202

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

Shades of Dark Orchid #B01DCA

Tints of Dark Orchid #B01DCA

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.13%

 BLUE value IS 202 (79.3% from 255) = 49.63%

R = 43.24%
G = 7.13%
B = 49.63%

CMYK

 C value IS 0.13

 M value IS 0.86

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B01DCA (or 0xB01DCA) is known color: Dark Orchid. HEX triplet: B0, 1D and CA. RGB value is (176,29,202). Sum of RGB (Red+Green+Blue) = 176+29+202=407 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.24% from 407); Green value is 29 (11.72% from 255 or 7.13% from 407); Blue value is 202 (79.30% from 255 or 49.63% from 407); Max value from RGB is 202 - color contains mainly: blue. Hex color #B01DCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B01DCA is #4FE235. Grayscale: #5C5C5C. Windows color (decimal): -5235254 or 13245872. OLE color: 13245872.

HSL color Cylindrical-coordinate representation of color #B01DCA: hue angle of 290.98º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B01DCA is Cyan = 0.13, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 176 29 202 -
CMYK 0.13 0.86 0 0.21
HSL 290.98º 0.75% 0.45% -
HSV(B) 290.98º 0.86% 0.79% -
XYZ 29 14.37 57.12 -
YUV 92.68 189.7 187.43 -
System Red Green Blue C M Y K H S L
Decimal 176 29 202 0.13 0.86 0 0.21 290.98 0.75 0.45
Hex B0 1D CA D 56 0 15 123 4B 2D
Octal 260 35 312 15 126 0 25 443 113 55
Binary 10110000 11101 11001010 1101 1010110 0 10101 100100011 1001011 101101

Color Harmonies of #B01DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01DCA

Black with #B01DCA

Text Example


Text Example

White with #B01DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01DCA; }

 p { color: rgb(176,29,202); }

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

background-color css

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

 a { background-color: rgb(176,29,202); }

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

border-color css

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

 span { border-color: rgb(176,29,202); }

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