Html Css Color HEX #B01DC3 Dark Orchid

📋 copy color: '#B01DC3'

red 176 ◦ green 29 ◦ blue 195

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

Shades of Dark Orchid #B01DC3

Tints of Dark Orchid #B01DC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 48.75%

R = 44%
G = 7.25%
B = 48.75%

CMYK

 C value IS 0.10

 M value IS 0.85

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B01DC3 (or 0xB01DC3) is known color: Dark Orchid. HEX triplet: B0, 1D and C3. RGB value is (176,29,195). Sum of RGB (Red+Green+Blue) = 176+29+195=400 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44% from 400); Green value is 29 (11.72% from 255 or 7.25% from 400); Blue value is 195 (76.56% from 255 or 48.75% from 400); Max value from RGB is 195 - color contains mainly: blue. Hex color #B01DC3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B01DC3 is #4FE23C. Grayscale: #5B5B5B. Windows color (decimal): -5235261 or 12787120. OLE color: 12787120.

HSL color Cylindrical-coordinate representation of color #B01DC3: hue angle of 293.13º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B01DC3 is Cyan = 0.10, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 176 29 195 -
CMYK 0.10 0.85 0 0.24
HSL 293.13º 0.74% 0.44% -
HSV(B) 293.13º 0.85% 0.76% -
XYZ 28.19 14.05 52.86 -
YUV 91.88 186.2 188 -
System Red Green Blue C M Y K H S L
Decimal 176 29 195 0.10 0.85 0 0.24 293.13 0.74 0.44
Hex B0 1D C3 A 55 0 18 125 4A 2C
Octal 260 35 303 12 125 0 30 445 112 54
Binary 10110000 11101 11000011 1010 1010101 0 11000 100100101 1001010 101100

Color Harmonies of #B01DC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01DC3

Black with #B01DC3

Text Example


Text Example

White with #B01DC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01DC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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