Html Css Color HEX #B01DDF Dark Orchid

📋 copy color: '#B01DDF'

red 176 ◦ green 29 ◦ blue 223

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

Shades of Dark Orchid #B01DDF

Tints of Dark Orchid #B01DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 52.1%

R = 41.12%
G = 6.78%
B = 52.1%

CMYK

 C value IS 0.21

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B01DDF (or 0xB01DDF) is known color: Dark Orchid. HEX triplet: B0, 1D and DF. RGB value is (176,29,223). Sum of RGB (Red+Green+Blue) = 176+29+223=428 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.12% from 428); Green value is 29 (11.72% from 255 or 6.78% from 428); Blue value is 223 (87.5% from 255 or 52.10% from 428); Max value from RGB is 223 - color contains mainly: blue. Hex color #B01DDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B01DDF is #4FE220. Grayscale: #5E5E5E. Windows color (decimal): -5235233 or 14622128. OLE color: 14622128.

HSL color Cylindrical-coordinate representation of color #B01DDF: hue angle of 285.46º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B01DDF is Cyan = 0.21, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 176 29 223 -
CMYK 0.21 0.87 0 0.13
HSL 285.46º 0.77% 0.49% -
HSV(B) 285.46º 0.87% 0.87% -
XYZ 31.66 15.44 71.12 -
YUV 95.07 200.2 185.73 -
System Red Green Blue C M Y K H S L
Decimal 176 29 223 0.21 0.87 0 0.13 285.46 0.77 0.49
Hex B0 1D DF 15 57 0 D 11D 4D 31
Octal 260 35 337 25 127 0 15 435 115 61
Binary 10110000 11101 11011111 10101 1010111 0 1101 100011101 1001101 110001

Color Harmonies of #B01DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01DDF

Black with #B01DDF

Text Example


Text Example

White with #B01DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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