Html Css Color HEX #B170CB Medium Orchid

📋 copy color: '#B170CB'

red 177 ◦ green 112 ◦ blue 203

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

Shades of Medium Orchid #B170CB

Tints of Medium Orchid #B170CB

RGB

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

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

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

R = 35.98%
G = 22.76%
B = 41.26%

CMYK

 C value IS 0.13

 M value IS 0.45

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B170CB (or 0xB170CB) is known color: Medium Orchid. HEX triplet: B1, 70 and CB. RGB value is (177,112,203). Sum of RGB (Red+Green+Blue) = 177+112+203=492 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.98% from 492); Green value is 112 (44.14% from 255 or 22.76% from 492); Blue value is 203 (79.69% from 255 or 41.26% from 492); Max value from RGB is 203 - color contains mainly: blue. Hex color #B170CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B170CB is #4E8F34. Grayscale: #8D8D8D. Windows color (decimal): -5148469 or 13332657. OLE color: 13332657.

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

Color convert

RGB 177 112 203 -
CMYK 0.13 0.45 0 0.20
HSL 282.86º 0.47% 0.62% -
HSV(B) 282.86º 0.45% 0.8% -
XYZ 34.71 25.25 59.54 -
YUV 141.81 162.53 153.1 -
System Red Green Blue C M Y K H S L
Decimal 177 112 203 0.13 0.45 0 0.20 282.86 0.47 0.62
Hex B1 70 CB D 2D 0 14 11B 2F 3E
Octal 261 160 313 15 55 0 24 433 57 76
Binary 10110001 1110000 11001011 1101 101101 0 10100 100011011 101111 111110

Color Harmonies of #B170CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B170CB

Black with #B170CB

Text Example


Text Example

White with #B170CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B170CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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