Html Css Color HEX #B170CF Medium Orchid

📋 copy color: '#B170CF'

red 177 ◦ green 112 ◦ blue 207

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

Shades of Medium Orchid #B170CF

Tints of Medium Orchid #B170CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 41.73%

R = 35.69%
G = 22.58%
B = 41.73%

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

#B170CF (or 0xB170CF) is known color: Medium Orchid. HEX triplet: B1, 70 and CF. RGB value is (177,112,207). Sum of RGB (Red+Green+Blue) = 177+112+207=496 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.69% from 496); Green value is 112 (44.14% from 255 or 22.58% from 496); Blue value is 207 (81.25% from 255 or 41.73% from 496); Max value from RGB is 207 - color contains mainly: blue. Hex color #B170CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B170CF is #4E8F30. Grayscale: #8D8D8D. Windows color (decimal): -5148465 or 13594801. OLE color: 13594801.

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

Color convert

RGB 177 112 207 -
CMYK 0.14 0.46 0 0.19
HSL 281.05º 0.5% 0.63% -
HSV(B) 281.05º 0.46% 0.81% -
XYZ 35.19 25.44 62.09 -
YUV 142.27 164.53 152.78 -
System Red Green Blue C M Y K H S L
Decimal 177 112 207 0.14 0.46 0 0.19 281.05 0.5 0.63
Hex B1 70 CF E 2E 0 13 119 32 3F
Octal 261 160 317 16 56 0 23 431 62 77
Binary 10110001 1110000 11001111 1110 101110 0 10011 100011001 110010 111111

Color Harmonies of #B170CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B170CF

Black with #B170CF

Text Example


Text Example

White with #B170CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B170CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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