Html Css Color HEX #B060D2 Medium Orchid

📋 copy color: '#B060D2'

red 176 ◦ green 96 ◦ blue 210

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

Shades of Medium Orchid #B060D2

Tints of Medium Orchid #B060D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 43.57%

R = 36.51%
G = 19.92%
B = 43.57%

CMYK

 C value IS 0.16

 M value IS 0.54

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B060D2 (or 0xB060D2) is known color: Medium Orchid. HEX triplet: B0, 60 and D2. RGB value is (176,96,210). Sum of RGB (Red+Green+Blue) = 176+96+210=482 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.51% from 482); Green value is 96 (37.89% from 255 or 19.92% from 482); Blue value is 210 (82.42% from 255 or 43.57% from 482); Max value from RGB is 210 - color contains mainly: blue. Hex color #B060D2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B060D2 is #4F9F2D. Grayscale: #848484. Windows color (decimal): -5218094 or 13787312. OLE color: 13787312.

HSL color Cylindrical-coordinate representation of color #B060D2: hue angle of 282.11º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B060D2 is Cyan = 0.16, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 176 96 210 -
CMYK 0.16 0.54 0 0.18
HSL 282.11º 0.56% 0.6% -
HSV(B) 282.11º 0.54% 0.82% -
XYZ 33.72 22.25 63.49 -
YUV 132.92 171.5 158.73 -
System Red Green Blue C M Y K H S L
Decimal 176 96 210 0.16 0.54 0 0.18 282.11 0.56 0.6
Hex B0 60 D2 10 36 0 12 11A 38 3C
Octal 260 140 322 20 66 0 22 432 70 74
Binary 10110000 1100000 11010010 10000 110110 0 10010 100011010 111000 111100

Color Harmonies of #B060D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B060D2

Black with #B060D2

Text Example


Text Example

White with #B060D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B060D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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