Html Css Color HEX #B161CC Medium Orchid

📋 copy color: '#B161CC'

red 177 ◦ green 97 ◦ blue 204

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

Shades of Medium Orchid #B161CC

Tints of Medium Orchid #B161CC

RGB

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

 GREEN value IS 97 (38.28% from 255) = 20.29%

 BLUE value IS 204 (80.08% from 255) = 42.68%

R = 37.03%
G = 20.29%
B = 42.68%

CMYK

 C value IS 0.13

 M value IS 0.52

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B161CC (or 0xB161CC) is known color: Medium Orchid. HEX triplet: B1, 61 and CC. RGB value is (177,97,204). Sum of RGB (Red+Green+Blue) = 177+97+204=478 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.03% from 478); Green value is 97 (38.28% from 255 or 20.29% from 478); Blue value is 204 (80.08% from 255 or 42.68% from 478); Max value from RGB is 204 - color contains mainly: blue. Hex color #B161CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B161CC is #4E9E33. Grayscale: #848484. Windows color (decimal): -5152308 or 13394353. OLE color: 13394353.

HSL color Cylindrical-coordinate representation of color #B161CC: hue angle of 284.86º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B161CC is Cyan = 0.13, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 177 97 204 -
CMYK 0.13 0.52 0 0.2
HSL 284.86º 0.51% 0.59% -
HSV(B) 284.86º 0.52% 0.8% -
XYZ 33.31 22.26 59.67 -
YUV 133.12 168 159.3 -
System Red Green Blue C M Y K H S L
Decimal 177 97 204 0.13 0.52 0 0.2 284.86 0.51 0.59
Hex B1 61 CC D 34 0 14 11D 33 3B
Octal 261 141 314 15 64 0 24 435 63 73
Binary 10110001 1100001 11001100 1101 110100 0 10100 100011101 110011 111011

Color Harmonies of #B161CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B161CC

Black with #B161CC

Text Example


Text Example

White with #B161CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B161CC; }

 p { color: rgb(177,97,204); }

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

background-color css

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

 a { background-color: rgb(177,97,204); }

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

border-color css

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

 span { border-color: rgb(177,97,204); }

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