Html Css Color HEX #B053EB Medium Orchid

📋 copy color: '#B053EB'

red 176 ◦ green 83 ◦ blue 235

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

Shades of Medium Orchid #B053EB

Tints of Medium Orchid #B053EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 47.57%

R = 35.63%
G = 16.8%
B = 47.57%

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

#B053EB (or 0xB053EB) is known color: Medium Orchid. HEX triplet: B0, 53 and EB. RGB value is (176,83,235). Sum of RGB (Red+Green+Blue) = 176+83+235=494 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.63% from 494); Green value is 83 (32.81% from 255 or 16.80% from 494); Blue value is 235 (92.19% from 255 or 47.57% from 494); Max value from RGB is 235 - color contains mainly: blue. Hex color #B053EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B053EB is #4FAC14. Grayscale: #7F7F7F. Windows color (decimal): -5221397 or 15422384. OLE color: 15422384.

HSL color Cylindrical-coordinate representation of color #B053EB: hue angle of 276.71º degrees, saturation: 0.79, 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 #B053EB is Cyan = 0.25, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 176 83 235 -
CMYK 0.25 0.65 0 0.08
HSL 276.71º 0.79% 0.62% -
HSV(B) 276.71º 0.65% 0.92% -
XYZ 35.99 21.41 80.83 -
YUV 128.14 188.31 162.14 -
System Red Green Blue C M Y K H S L
Decimal 176 83 235 0.25 0.65 0 0.08 276.71 0.79 0.62
Hex B0 53 EB 19 41 0 8 115 4F 3E
Octal 260 123 353 31 101 0 10 425 117 76
Binary 10110000 1010011 11101011 11001 1000001 0 1000 100010101 1001111 111110

Color Harmonies of #B053EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B053EB

Black with #B053EB

Text Example


Text Example

White with #B053EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B053EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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