Html Css Color HEX #B162CF Medium Orchid

📋 copy color: '#B162CF'

red 177 ◦ green 98 ◦ blue 207

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

Shades of Medium Orchid #B162CF

Tints of Medium Orchid #B162CF

RGB

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

 GREEN value IS 98 (38.67% from 255) = 20.33%

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

R = 36.72%
G = 20.33%
B = 42.95%

CMYK

 C value IS 0.14

 M value IS 0.53

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B162CF (or 0xB162CF) is known color: Medium Orchid. HEX triplet: B1, 62 and CF. RGB value is (177,98,207). Sum of RGB (Red+Green+Blue) = 177+98+207=482 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.72% from 482); Green value is 98 (38.67% from 255 or 20.33% from 482); Blue value is 207 (81.25% from 255 or 42.95% from 482); Max value from RGB is 207 - color contains mainly: blue. Hex color #B162CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B162CF is #4E9D30. Grayscale: #858585. Windows color (decimal): -5152049 or 13591217. OLE color: 13591217.

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

Color convert

RGB 177 98 207 -
CMYK 0.14 0.53 0 0.19
HSL 283.49º 0.53% 0.6% -
HSV(B) 283.49º 0.53% 0.81% -
XYZ 33.76 22.59 61.61 -
YUV 134.05 169.17 158.64 -
System Red Green Blue C M Y K H S L
Decimal 177 98 207 0.14 0.53 0 0.19 283.49 0.53 0.6
Hex B1 62 CF E 35 0 13 11B 35 3C
Octal 261 142 317 16 65 0 23 433 65 74
Binary 10110001 1100010 11001111 1110 110101 0 10011 100011011 110101 111100

Color Harmonies of #B162CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B162CF

Black with #B162CF

Text Example


Text Example

White with #B162CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B162CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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