Html Css Color HEX #B018CB Dark Orchid

📋 copy color: '#B018CB'

red 176 ◦ green 24 ◦ blue 203

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

Shades of Dark Orchid #B018CB

Tints of Dark Orchid #B018CB

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.96%

 BLUE value IS 203 (79.69% from 255) = 50.37%

R = 43.67%
G = 5.96%
B = 50.37%

CMYK

 C value IS 0.13

 M value IS 0.88

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B018CB (or 0xB018CB) is known color: Dark Orchid. HEX triplet: B0, 18 and CB. RGB value is (176,24,203). Sum of RGB (Red+Green+Blue) = 176+24+203=403 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.67% from 403); Green value is 24 (9.77% from 255 or 5.96% from 403); Blue value is 203 (79.69% from 255 or 50.37% from 403); Max value from RGB is 203 - color contains mainly: blue. Hex color #B018CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B018CB is #4FE734. Grayscale: #595959. Windows color (decimal): -5236533 or 13310128. OLE color: 13310128.

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

Color convert

RGB 176 24 203 -
CMYK 0.13 0.88 0 0.20
HSL 290.95º 0.79% 0.45% -
HSV(B) 290.95º 0.88% 0.8% -
XYZ 29.01 14.2 57.71 -
YUV 89.85 191.86 189.45 -
System Red Green Blue C M Y K H S L
Decimal 176 24 203 0.13 0.88 0 0.20 290.95 0.79 0.45
Hex B0 18 CB D 58 0 14 123 4F 2D
Octal 260 30 313 15 130 0 24 443 117 55
Binary 10110000 11000 11001011 1101 1011000 0 10100 100100011 1001111 101101

Color Harmonies of #B018CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B018CB

Black with #B018CB

Text Example


Text Example

White with #B018CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B018CB; }

 p { color: rgb(176,24,203); }

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

background-color css

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

 a { background-color: rgb(176,24,203); }

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

border-color css

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

 span { border-color: rgb(176,24,203); }

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