Html Css Color HEX #B053CA Medium Orchid

📋 copy color: '#B053CA'

red 176 ◦ green 83 ◦ blue 202

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

Shades of Medium Orchid #B053CA

Tints of Medium Orchid #B053CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 43.82%

R = 38.18%
G = 18%
B = 43.82%

CMYK

 C value IS 0.13

 M value IS 0.59

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B053CA (or 0xB053CA) is known color: Medium Orchid. HEX triplet: B0, 53 and CA. RGB value is (176,83,202). Sum of RGB (Red+Green+Blue) = 176+83+202=461 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.18% from 461); Green value is 83 (32.81% from 255 or 18.00% from 461); Blue value is 202 (79.30% from 255 or 43.82% from 461); Max value from RGB is 202 - color contains mainly: blue. Hex color #B053CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B053CA is #4FAC35. Grayscale: #7B7B7B. Windows color (decimal): -5221430 or 13259696. OLE color: 13259696.

HSL color Cylindrical-coordinate representation of color #B053CA: hue angle of 286.89º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B053CA is Cyan = 0.13, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 176 83 202 -
CMYK 0.13 0.59 0 0.21
HSL 286.89º 0.53% 0.56% -
HSV(B) 286.89º 0.59% 0.79% -
XYZ 31.66 19.68 58.01 -
YUV 124.37 171.81 164.82 -
System Red Green Blue C M Y K H S L
Decimal 176 83 202 0.13 0.59 0 0.21 286.89 0.53 0.56
Hex B0 53 CA D 3B 0 15 11F 35 38
Octal 260 123 312 15 73 0 25 437 65 70
Binary 10110000 1010011 11001010 1101 111011 0 10101 100011111 110101 111000

Color Harmonies of #B053CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B053CA

Black with #B053CA

Text Example


Text Example

White with #B053CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B053CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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