Html Css Color HEX #B061DF Medium Orchid

📋 copy color: '#B061DF'

red 176 ◦ green 97 ◦ blue 223

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

Shades of Medium Orchid #B061DF

Tints of Medium Orchid #B061DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.96%

R = 35.48%
G = 19.56%
B = 44.96%

CMYK

 C value IS 0.21

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B061DF (or 0xB061DF) is known color: Medium Orchid. HEX triplet: B0, 61 and DF. RGB value is (176,97,223). Sum of RGB (Red+Green+Blue) = 176+97+223=496 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.48% from 496); Green value is 97 (38.28% from 255 or 19.56% from 496); Blue value is 223 (87.5% from 255 or 44.96% from 496); Max value from RGB is 223 - color contains mainly: blue. Hex color #B061DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B061DF is #4F9E20. Grayscale: #868686. Windows color (decimal): -5217825 or 14639536. OLE color: 14639536.

HSL color Cylindrical-coordinate representation of color #B061DF: hue angle of 277.62º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B061DF is Cyan = 0.21, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 176 97 223 -
CMYK 0.21 0.57 0 0.13
HSL 277.62º 0.66% 0.63% -
HSV(B) 277.62º 0.57% 0.87% -
XYZ 35.5 23.11 72.4 -
YUV 134.99 177.67 157.25 -
System Red Green Blue C M Y K H S L
Decimal 176 97 223 0.21 0.57 0 0.13 277.62 0.66 0.63
Hex B0 61 DF 15 39 0 D 116 42 3F
Octal 260 141 337 25 71 0 15 426 102 77
Binary 10110000 1100001 11011111 10101 111001 0 1101 100010110 1000010 111111

Color Harmonies of #B061DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B061DF

Black with #B061DF

Text Example


Text Example

White with #B061DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B061DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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