Html Css Color HEX #B01DBA Dark Orchid

📋 copy color: '#B01DBA'

red 176 ◦ green 29 ◦ blue 186

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

Shades of Dark Orchid #B01DBA

Tints of Dark Orchid #B01DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 47.57%

R = 45.01%
G = 7.42%
B = 47.57%

CMYK

 C value IS 0.05

 M value IS 0.84

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B01DBA (or 0xB01DBA) is known color: Dark Orchid. HEX triplet: B0, 1D and BA. RGB value is (176,29,186). Sum of RGB (Red+Green+Blue) = 176+29+186=391 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.01% from 391); Green value is 29 (11.72% from 255 or 7.42% from 391); Blue value is 186 (73.05% from 255 or 47.57% from 391); Max value from RGB is 186 - color contains mainly: blue. Hex color #B01DBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B01DBA is #4FE245. Grayscale: #5A5A5A. Windows color (decimal): -5235270 or 12197296. OLE color: 12197296.

HSL color Cylindrical-coordinate representation of color #B01DBA: hue angle of 296.18º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B01DBA is Cyan = 0.05, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 176 29 186 -
CMYK 0.05 0.84 0 0.27
HSL 296.18º 0.73% 0.42% -
HSV(B) 296.18º 0.84% 0.73% -
XYZ 27.21 13.65 47.66 -
YUV 90.85 181.7 188.73 -
System Red Green Blue C M Y K H S L
Decimal 176 29 186 0.05 0.84 0 0.27 296.18 0.73 0.42
Hex B0 1D BA 5 54 0 1B 128 49 2A
Octal 260 35 272 5 124 0 33 450 111 52
Binary 10110000 11101 10111010 101 1010100 0 11011 100101000 1001001 101010

Color Harmonies of #B01DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01DBA

Black with #B01DBA

Text Example


Text Example

White with #B01DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01DBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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