Html Css Color HEX #B060DF Medium Orchid

📋 copy color: '#B060DF'

red 176 ◦ green 96 ◦ blue 223

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

Shades of Medium Orchid #B060DF

Tints of Medium Orchid #B060DF

RGB

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

 GREEN value IS 96 (37.89% from 255) = 19.39%

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

R = 35.56%
G = 19.39%
B = 45.05%

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

#B060DF (or 0xB060DF) is known color: Medium Orchid. HEX triplet: B0, 60 and DF. RGB value is (176,96,223). Sum of RGB (Red+Green+Blue) = 176+96+223=495 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.56% from 495); Green value is 96 (37.89% from 255 or 19.39% from 495); Blue value is 223 (87.5% from 255 or 45.05% from 495); Max value from RGB is 223 - color contains mainly: blue. Hex color #B060DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B060DF is #4F9F20. Grayscale: #858585. Windows color (decimal): -5218081 or 14639280. OLE color: 14639280.

HSL color Cylindrical-coordinate representation of color #B060DF: hue angle of 277.8º 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 #B060DF is Cyan = 0.21, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 176 96 223 -
CMYK 0.21 0.57 0 0.13
HSL 277.8º 0.66% 0.63% -
HSV(B) 277.8º 0.57% 0.87% -
XYZ 35.41 22.92 72.37 -
YUV 134.4 178 157.67 -
System Red Green Blue C M Y K H S L
Decimal 176 96 223 0.21 0.57 0 0.13 277.8 0.66 0.63
Hex B0 60 DF 15 39 0 D 116 42 3F
Octal 260 140 337 25 71 0 15 426 102 77
Binary 10110000 1100000 11011111 10101 111001 0 1101 100010110 1000010 111111

Color Harmonies of #B060DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B060DF

Black with #B060DF

Text Example


Text Example

White with #B060DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B060DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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