Html Css Color HEX #B170CE Medium Orchid

📋 copy color: '#B170CE'

red 177 ◦ green 112 ◦ blue 206

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

Shades of Medium Orchid #B170CE

Tints of Medium Orchid #B170CE

RGB

 RED value IS 177 (69.53% from 255) = 35.76%

 GREEN value IS 112 (44.14% from 255) = 22.63%

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

R = 35.76%
G = 22.63%
B = 41.62%

CMYK

 C value IS 0.14

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B170CE (or 0xB170CE) is known color: Medium Orchid. HEX triplet: B1, 70 and CE. RGB value is (177,112,206). Sum of RGB (Red+Green+Blue) = 177+112+206=495 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.76% from 495); Green value is 112 (44.14% from 255 or 22.63% from 495); Blue value is 206 (80.86% from 255 or 41.62% from 495); Max value from RGB is 206 - color contains mainly: blue. Hex color #B170CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B170CE is #4E8F31. Grayscale: #8D8D8D. Windows color (decimal): -5148466 or 13529265. OLE color: 13529265.

HSL color Cylindrical-coordinate representation of color #B170CE: hue angle of 281.49º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B170CE is Cyan = 0.14, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 177 112 206 -
CMYK 0.14 0.46 0 0.19
HSL 281.49º 0.49% 0.62% -
HSV(B) 281.49º 0.46% 0.81% -
XYZ 35.07 25.39 61.45 -
YUV 142.15 164.03 152.86 -
System Red Green Blue C M Y K H S L
Decimal 177 112 206 0.14 0.46 0 0.19 281.49 0.49 0.62
Hex B1 70 CE E 2E 0 13 119 31 3E
Octal 261 160 316 16 56 0 23 431 61 76
Binary 10110001 1110000 11001110 1110 101110 0 10011 100011001 110001 111110

Color Harmonies of #B170CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B170CE

Black with #B170CE

Text Example


Text Example

White with #B170CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B170CE; }

 p { color: rgb(177,112,206); }

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

background-color css

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

 a { background-color: rgb(177,112,206); }

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

border-color css

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

 span { border-color: rgb(177,112,206); }

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