Html Css Color HEX #B061CE Medium Orchid

📋 copy color: '#B061CE'

red 176 ◦ green 97 ◦ blue 206

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

Shades of Medium Orchid #B061CE

Tints of Medium Orchid #B061CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.01%

R = 36.74%
G = 20.25%
B = 43.01%

CMYK

 C value IS 0.15

 M value IS 0.53

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B061CE (or 0xB061CE) is known color: Medium Orchid. HEX triplet: B0, 61 and CE. RGB value is (176,97,206). Sum of RGB (Red+Green+Blue) = 176+97+206=479 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.74% from 479); Green value is 97 (38.28% from 255 or 20.25% from 479); Blue value is 206 (80.86% from 255 or 43.01% from 479); Max value from RGB is 206 - color contains mainly: blue. Hex color #B061CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B061CE is #4F9E31. Grayscale: #848484. Windows color (decimal): -5217842 or 13525424. OLE color: 13525424.

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

Color convert

RGB 176 97 206 -
CMYK 0.15 0.53 0 0.19
HSL 283.49º 0.53% 0.59% -
HSV(B) 283.49º 0.53% 0.81% -
XYZ 33.32 22.24 60.93 -
YUV 133.05 169.17 158.64 -
System Red Green Blue C M Y K H S L
Decimal 176 97 206 0.15 0.53 0 0.19 283.49 0.53 0.59
Hex B0 61 CE F 35 0 13 11B 35 3B
Octal 260 141 316 17 65 0 23 433 65 73
Binary 10110000 1100001 11001110 1111 110101 0 10011 100011011 110101 111011

Color Harmonies of #B061CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B061CE

Black with #B061CE

Text Example


Text Example

White with #B061CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B061CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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