Html Css Color HEX #B053DA Medium Orchid

📋 copy color: '#B053DA'

red 176 ◦ green 83 ◦ blue 218

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

Shades of Medium Orchid #B053DA

Tints of Medium Orchid #B053DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.7%

R = 36.9%
G = 17.4%
B = 45.7%

CMYK

 C value IS 0.19

 M value IS 0.62

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B053DA (or 0xB053DA) is known color: Medium Orchid. HEX triplet: B0, 53 and DA. RGB value is (176,83,218). Sum of RGB (Red+Green+Blue) = 176+83+218=477 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.90% from 477); Green value is 83 (32.81% from 255 or 17.40% from 477); Blue value is 218 (85.55% from 255 or 45.70% from 477); Max value from RGB is 218 - color contains mainly: blue. Hex color #B053DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B053DA is #4FAC25. Grayscale: #7D7D7D. Windows color (decimal): -5221414 or 14308272. OLE color: 14308272.

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

Color convert

RGB 176 83 218 -
CMYK 0.19 0.62 0 0.15
HSL 281.33º 0.65% 0.59% -
HSV(B) 281.33º 0.62% 0.85% -
XYZ 33.65 20.48 68.51 -
YUV 126.2 179.81 163.52 -
System Red Green Blue C M Y K H S L
Decimal 176 83 218 0.19 0.62 0 0.15 281.33 0.65 0.59
Hex B0 53 DA 13 3E 0 F 119 41 3B
Octal 260 123 332 23 76 0 17 431 101 73
Binary 10110000 1010011 11011010 10011 111110 0 1111 100011001 1000001 111011

Color Harmonies of #B053DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B053DA

Black with #B053DA

Text Example


Text Example

White with #B053DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B053DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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