Html Css Color HEX #B017CC Dark Orchid

📋 copy color: '#B017CC'

red 176 ◦ green 23 ◦ blue 204

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

Shades of Dark Orchid #B017CC

Tints of Dark Orchid #B017CC

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.71%

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

R = 43.67%
G = 5.71%
B = 50.62%

CMYK

 C value IS 0.14

 M value IS 0.89

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B017CC (or 0xB017CC) is known color: Dark Orchid. HEX triplet: B0, 17 and CC. RGB value is (176,23,204). Sum of RGB (Red+Green+Blue) = 176+23+204=403 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.67% from 403); Green value is 23 (9.38% from 255 or 5.71% from 403); Blue value is 204 (80.08% from 255 or 50.62% from 403); Max value from RGB is 204 - color contains mainly: blue. Hex color #B017CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B017CC is #4FE833. Grayscale: #585858. Windows color (decimal): -5236788 or 13375408. OLE color: 13375408.

HSL color Cylindrical-coordinate representation of color #B017CC: hue angle of 290.72º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B017CC is Cyan = 0.14, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 176 23 204 -
CMYK 0.14 0.89 0 0.2
HSL 290.72º 0.8% 0.45% -
HSV(B) 290.72º 0.89% 0.8% -
XYZ 29.11 14.2 58.33 -
YUV 89.38 192.69 189.78 -
System Red Green Blue C M Y K H S L
Decimal 176 23 204 0.14 0.89 0 0.2 290.72 0.8 0.45
Hex B0 17 CC E 59 0 14 123 50 2D
Octal 260 27 314 16 131 0 24 443 120 55
Binary 10110000 10111 11001100 1110 1011001 0 10100 100100011 1010000 101101

Color Harmonies of #B017CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B017CC

Black with #B017CC

Text Example


Text Example

White with #B017CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B017CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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