Html Css Color HEX #B053EA Medium Orchid

📋 copy color: '#B053EA'

red 176 ◦ green 83 ◦ blue 234

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

Shades of Medium Orchid #B053EA

Tints of Medium Orchid #B053EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 47.46%

R = 35.7%
G = 16.84%
B = 47.46%

CMYK

 C value IS 0.25

 M value IS 0.65

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B053EA (or 0xB053EA) is known color: Medium Orchid. HEX triplet: B0, 53 and EA. RGB value is (176,83,234). Sum of RGB (Red+Green+Blue) = 176+83+234=493 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.70% from 493); Green value is 83 (32.81% from 255 or 16.84% from 493); Blue value is 234 (91.80% from 255 or 47.46% from 493); Max value from RGB is 234 - color contains mainly: blue. Hex color #B053EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B053EA is #4FAC15. Grayscale: #7F7F7F. Windows color (decimal): -5221398 or 15356848. OLE color: 15356848.

HSL color Cylindrical-coordinate representation of color #B053EA: hue angle of 276.95º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B053EA is Cyan = 0.25, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 176 83 234 -
CMYK 0.25 0.65 0 0.08
HSL 276.95º 0.78% 0.62% -
HSV(B) 276.95º 0.65% 0.92% -
XYZ 35.85 21.36 80.07 -
YUV 128.02 187.81 162.22 -
System Red Green Blue C M Y K H S L
Decimal 176 83 234 0.25 0.65 0 0.08 276.95 0.78 0.62
Hex B0 53 EA 19 41 0 8 115 4E 3E
Octal 260 123 352 31 101 0 10 425 116 76
Binary 10110000 1010011 11101010 11001 1000001 0 1000 100010101 1001110 111110

Color Harmonies of #B053EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B053EA

Black with #B053EA

Text Example


Text Example

White with #B053EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B053EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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