Html Css Color HEX #B060D9 Medium Orchid

📋 copy color: '#B060D9'

red 176 ◦ green 96 ◦ blue 217

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

Shades of Medium Orchid #B060D9

Tints of Medium Orchid #B060D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 44.38%

R = 35.99%
G = 19.63%
B = 44.38%

CMYK

 C value IS 0.19

 M value IS 0.56

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B060D9 (or 0xB060D9) is known color: Medium Orchid. HEX triplet: B0, 60 and D9. RGB value is (176,96,217). Sum of RGB (Red+Green+Blue) = 176+96+217=489 (64% of max value = 765). Red value is 176 (69.14% from 255 or 35.99% from 489); Green value is 96 (37.89% from 255 or 19.63% from 489); Blue value is 217 (85.16% from 255 or 44.38% from 489); Max value from RGB is 217 - color contains mainly: blue. Hex color #B060D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B060D9 is #4F9F26. Grayscale: #858585. Windows color (decimal): -5218087 or 14246064. OLE color: 14246064.

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

Color convert

RGB 176 96 217 -
CMYK 0.19 0.56 0 0.15
HSL 279.67º 0.61% 0.61% -
HSV(B) 279.67º 0.56% 0.85% -
XYZ 34.61 22.61 68.18 -
YUV 133.71 175 158.16 -
System Red Green Blue C M Y K H S L
Decimal 176 96 217 0.19 0.56 0 0.15 279.67 0.61 0.61
Hex B0 60 D9 13 38 0 F 118 3D 3D
Octal 260 140 331 23 70 0 17 430 75 75
Binary 10110000 1100000 11011001 10011 111000 0 1111 100011000 111101 111101

Color Harmonies of #B060D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B060D9

Black with #B060D9

Text Example


Text Example

White with #B060D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B060D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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