Html Css Color HEX #B018CC Dark Orchid

📋 copy color: '#B018CC'

red 176 ◦ green 24 ◦ blue 204

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

Shades of Dark Orchid #B018CC

Tints of Dark Orchid #B018CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 50.5%

R = 43.56%
G = 5.94%
B = 50.5%

CMYK

 C value IS 0.14

 M value IS 0.88

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B018CC (or 0xB018CC) is known color: Dark Orchid. HEX triplet: B0, 18 and CC. RGB value is (176,24,204). Sum of RGB (Red+Green+Blue) = 176+24+204=404 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.56% from 404); Green value is 24 (9.77% from 255 or 5.94% from 404); Blue value is 204 (80.08% from 255 or 50.50% from 404); Max value from RGB is 204 - color contains mainly: blue. Hex color #B018CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B018CC is #4FE733. Grayscale: #595959. Windows color (decimal): -5236532 or 13375664. OLE color: 13375664.

HSL color Cylindrical-coordinate representation of color #B018CC: hue angle of 290.67º 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 #B018CC is Cyan = 0.14, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 176 24 204 -
CMYK 0.14 0.88 0 0.2
HSL 290.67º 0.79% 0.45% -
HSV(B) 290.67º 0.88% 0.8% -
XYZ 29.13 14.24 58.34 -
YUV 89.97 192.36 189.36 -
System Red Green Blue C M Y K H S L
Decimal 176 24 204 0.14 0.88 0 0.2 290.67 0.79 0.45
Hex B0 18 CC E 58 0 14 123 4F 2D
Octal 260 30 314 16 130 0 24 443 117 55
Binary 10110000 11000 11001100 1110 1011000 0 10100 100100011 1001111 101101

Color Harmonies of #B018CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B018CC

Black with #B018CC

Text Example


Text Example

White with #B018CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B018CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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