Html Css Color HEX #B061C0 Medium Orchid

📋 copy color: '#B061C0'

red 176 ◦ green 97 ◦ blue 192

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

Shades of Medium Orchid #B061C0

Tints of Medium Orchid #B061C0

RGB

 RED value IS 176 (69.14% from 255) = 37.85%

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

 BLUE value IS 192 (75.39% from 255) = 41.29%

R = 37.85%
G = 20.86%
B = 41.29%

CMYK

 C value IS 0.08

 M value IS 0.49

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B061C0 (or 0xB061C0) is known color: Medium Orchid. HEX triplet: B0, 61 and C0. RGB value is (176,97,192). Sum of RGB (Red+Green+Blue) = 176+97+192=465 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.85% from 465); Green value is 97 (38.28% from 255 or 20.86% from 465); Blue value is 192 (75.39% from 255 or 41.29% from 465); Max value from RGB is 192 - color contains mainly: blue. Hex color #B061C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B061C0 is #4F9E3F. Grayscale: #838383. Windows color (decimal): -5217856 or 12607920. OLE color: 12607920.

HSL color Cylindrical-coordinate representation of color #B061C0: hue angle of 289.89º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B061C0 is Cyan = 0.08, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 176 97 192 -
CMYK 0.08 0.49 0 0.25
HSL 289.89º 0.43% 0.57% -
HSV(B) 289.89º 0.49% 0.75% -
XYZ 31.69 21.59 52.37 -
YUV 131.45 162.17 159.78 -
System Red Green Blue C M Y K H S L
Decimal 176 97 192 0.08 0.49 0 0.25 289.89 0.43 0.57
Hex B0 61 C0 8 31 0 19 122 2B 39
Octal 260 141 300 10 61 0 31 442 53 71
Binary 10110000 1100001 11000000 1000 110001 0 11001 100100010 101011 111001

Color Harmonies of #B061C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B061C0

Black with #B061C0

Text Example


Text Example

White with #B061C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B061C0; }

 p { color: rgb(176,97,192); }

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

background-color css

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

 a { background-color: rgb(176,97,192); }

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

border-color css

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

 span { border-color: rgb(176,97,192); }

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