Html Css Color HEX #B053DE Medium Orchid

📋 copy color: '#B053DE'

red 176 ◦ green 83 ◦ blue 222

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

Shades of Medium Orchid #B053DE

Tints of Medium Orchid #B053DE

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.26%

 BLUE value IS 222 (87.11% from 255) = 46.15%

R = 36.59%
G = 17.26%
B = 46.15%

CMYK

 C value IS 0.21

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B053DE (or 0xB053DE) is known color: Medium Orchid. HEX triplet: B0, 53 and DE. RGB value is (176,83,222). Sum of RGB (Red+Green+Blue) = 176+83+222=481 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.59% from 481); Green value is 83 (32.81% from 255 or 17.26% from 481); Blue value is 222 (87.11% from 255 or 46.15% from 481); Max value from RGB is 222 - color contains mainly: blue. Hex color #B053DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B053DE is #4FAC21. Grayscale: #7E7E7E. Windows color (decimal): -5221410 or 14570416. OLE color: 14570416.

HSL color Cylindrical-coordinate representation of color #B053DE: hue angle of 280.14º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B053DE is Cyan = 0.21, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 176 83 222 -
CMYK 0.21 0.63 0 0.13
HSL 280.14º 0.68% 0.6% -
HSV(B) 280.14º 0.63% 0.87% -
XYZ 34.18 20.69 71.3 -
YUV 126.65 181.81 163.2 -
System Red Green Blue C M Y K H S L
Decimal 176 83 222 0.21 0.63 0 0.13 280.14 0.68 0.6
Hex B0 53 DE 15 3F 0 D 118 44 3C
Octal 260 123 336 25 77 0 15 430 104 74
Binary 10110000 1010011 11011110 10101 111111 0 1101 100011000 1000100 111100

Color Harmonies of #B053DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B053DE

Black with #B053DE

Text Example


Text Example

White with #B053DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B053DE; }

 p { color: rgb(176,83,222); }

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

background-color css

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

 a { background-color: rgb(176,83,222); }

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

border-color css

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

 span { border-color: rgb(176,83,222); }

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