Html Css Color HEX #B060DB Medium Orchid

📋 copy color: '#B060DB'

red 176 ◦ green 96 ◦ blue 219

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

Shades of Medium Orchid #B060DB

Tints of Medium Orchid #B060DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 44.6%

R = 35.85%
G = 19.55%
B = 44.6%

CMYK

 C value IS 0.20

 M value IS 0.56

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B060DB (or 0xB060DB) is known color: Medium Orchid. HEX triplet: B0, 60 and DB. RGB value is (176,96,219). Sum of RGB (Red+Green+Blue) = 176+96+219=491 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.85% from 491); Green value is 96 (37.89% from 255 or 19.55% from 491); Blue value is 219 (85.94% from 255 or 44.60% from 491); Max value from RGB is 219 - color contains mainly: blue. Hex color #B060DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B060DB is #4F9F24. Grayscale: #858585. Windows color (decimal): -5218085 or 14377136. OLE color: 14377136.

HSL color Cylindrical-coordinate representation of color #B060DB: hue angle of 279.02º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B060DB is Cyan = 0.20, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 176 96 219 -
CMYK 0.20 0.56 0 0.14
HSL 279.02º 0.63% 0.62% -
HSV(B) 279.02º 0.56% 0.86% -
XYZ 34.87 22.71 69.56 -
YUV 133.94 176 158 -
System Red Green Blue C M Y K H S L
Decimal 176 96 219 0.20 0.56 0 0.14 279.02 0.63 0.62
Hex B0 60 DB 14 38 0 E 117 3F 3E
Octal 260 140 333 24 70 0 16 427 77 76
Binary 10110000 1100000 11011011 10100 111000 0 1110 100010111 111111 111110

Color Harmonies of #B060DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B060DB

Black with #B060DB

Text Example


Text Example

White with #B060DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B060DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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