Html Css Color HEX #B053EC Medium Orchid

📋 copy color: '#B053EC'

red 176 ◦ green 83 ◦ blue 236

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

Shades of Medium Orchid #B053EC

Tints of Medium Orchid #B053EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 47.68%

R = 35.56%
G = 16.77%
B = 47.68%

CMYK

 C value IS 0.25

 M value IS 0.65

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B053EC (or 0xB053EC) is known color: Medium Orchid. HEX triplet: B0, 53 and EC. RGB value is (176,83,236). Sum of RGB (Red+Green+Blue) = 176+83+236=495 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.56% from 495); Green value is 83 (32.81% from 255 or 16.77% from 495); Blue value is 236 (92.58% from 255 or 47.68% from 495); Max value from RGB is 236 - color contains mainly: blue. Hex color #B053EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B053EC is #4FAC13. Grayscale: #7F7F7F. Windows color (decimal): -5221396 or 15487920. OLE color: 15487920.

HSL color Cylindrical-coordinate representation of color #B053EC: hue angle of 276.47º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B053EC is Cyan = 0.25, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 176 83 236 -
CMYK 0.25 0.65 0 0.07
HSL 276.47º 0.8% 0.63% -
HSV(B) 276.47º 0.65% 0.93% -
XYZ 36.14 21.47 81.6 -
YUV 128.25 188.81 162.06 -
System Red Green Blue C M Y K H S L
Decimal 176 83 236 0.25 0.65 0 0.07 276.47 0.8 0.63
Hex B0 53 EC 19 41 0 7 114 50 3F
Octal 260 123 354 31 101 0 7 424 120 77
Binary 10110000 1010011 11101100 11001 1000001 0 111 100010100 1010000 111111

Color Harmonies of #B053EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B053EC

Black with #B053EC

Text Example


Text Example

White with #B053EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B053EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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