Html Css Color HEX #B060D5 Medium Orchid

📋 copy color: '#B060D5'

red 176 ◦ green 96 ◦ blue 213

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

Shades of Medium Orchid #B060D5

Tints of Medium Orchid #B060D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 43.92%

R = 36.29%
G = 19.79%
B = 43.92%

CMYK

 C value IS 0.17

 M value IS 0.55

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B060D5 (or 0xB060D5) is known color: Medium Orchid. HEX triplet: B0, 60 and D5. RGB value is (176,96,213). Sum of RGB (Red+Green+Blue) = 176+96+213=485 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.29% from 485); Green value is 96 (37.89% from 255 or 19.79% from 485); Blue value is 213 (83.59% from 255 or 43.92% from 485); Max value from RGB is 213 - color contains mainly: blue. Hex color #B060D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B060D5 is #4F9F2A. Grayscale: #848484. Windows color (decimal): -5218091 or 13983920. OLE color: 13983920.

HSL color Cylindrical-coordinate representation of color #B060D5: hue angle of 281.03º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B060D5 is Cyan = 0.17, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 176 96 213 -
CMYK 0.17 0.55 0 0.16
HSL 281.03º 0.58% 0.61% -
HSV(B) 281.03º 0.55% 0.84% -
XYZ 34.1 22.4 65.48 -
YUV 133.26 173 158.49 -
System Red Green Blue C M Y K H S L
Decimal 176 96 213 0.17 0.55 0 0.16 281.03 0.58 0.61
Hex B0 60 D5 11 37 0 10 119 3A 3D
Octal 260 140 325 21 67 0 20 431 72 75
Binary 10110000 1100000 11010101 10001 110111 0 10000 100011001 111010 111101

Color Harmonies of #B060D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B060D5

Black with #B060D5

Text Example


Text Example

White with #B060D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B060D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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