Html Css Color HEX #B017CE Dark Orchid

📋 copy color: '#B017CE'

red 176 ◦ green 23 ◦ blue 206

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

Shades of Dark Orchid #B017CE

Tints of Dark Orchid #B017CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 50.86%

R = 43.46%
G = 5.68%
B = 50.86%

CMYK

 C value IS 0.15

 M value IS 0.89

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B017CE (or 0xB017CE) is known color: Dark Orchid. HEX triplet: B0, 17 and CE. RGB value is (176,23,206). Sum of RGB (Red+Green+Blue) = 176+23+206=405 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.46% from 405); Green value is 23 (9.38% from 255 or 5.68% from 405); Blue value is 206 (80.86% from 255 or 50.86% from 405); Max value from RGB is 206 - color contains mainly: blue. Hex color #B017CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B017CE is #4FE831. Grayscale: #595959. Windows color (decimal): -5236786 or 13506480. OLE color: 13506480.

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

Color convert

RGB 176 23 206 -
CMYK 0.15 0.89 0 0.19
HSL 290.16º 0.8% 0.45% -
HSV(B) 290.16º 0.89% 0.81% -
XYZ 29.35 14.3 59.61 -
YUV 89.61 193.69 189.62 -
System Red Green Blue C M Y K H S L
Decimal 176 23 206 0.15 0.89 0 0.19 290.16 0.8 0.45
Hex B0 17 CE F 59 0 13 122 50 2D
Octal 260 27 316 17 131 0 23 442 120 55
Binary 10110000 10111 11001110 1111 1011001 0 10011 100100010 1010000 101101

Color Harmonies of #B017CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B017CE

Black with #B017CE

Text Example


Text Example

White with #B017CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B017CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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