Html Css Color HEX #B053F9 Medium Orchid

📋 copy color: '#B053F9'

red 176 ◦ green 83 ◦ blue 249

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

Shades of Medium Orchid #B053F9

Tints of Medium Orchid #B053F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 49.02%

R = 34.65%
G = 16.34%
B = 49.02%

CMYK

 C value IS 0.29

 M value IS 0.67

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B053F9 (or 0xB053F9) is known color: Medium Orchid. HEX triplet: B0, 53 and F9. RGB value is (176,83,249). Sum of RGB (Red+Green+Blue) = 176+83+249=508 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.65% from 508); Green value is 83 (32.81% from 255 or 16.34% from 508); Blue value is 249 (97.66% from 255 or 49.02% from 508); Max value from RGB is 249 - color contains mainly: blue. Hex color #B053F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B053F9 is #4FAC06. Grayscale: #818181. Windows color (decimal): -5221383 or 16339888. OLE color: 16339888.

HSL color Cylindrical-coordinate representation of color #B053F9: hue angle of 273.61º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B053F9 is Cyan = 0.29, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 176 83 249 -
CMYK 0.29 0.67 0 0.02
HSL 273.61º 0.93% 0.65% -
HSV(B) 273.61º 0.67% 0.98% -
XYZ 38.1 22.26 91.91 -
YUV 129.73 195.31 161 -
System Red Green Blue C M Y K H S L
Decimal 176 83 249 0.29 0.67 0 0.02 273.61 0.93 0.65
Hex B0 53 F9 1D 43 0 2 112 5D 41
Octal 260 123 371 35 103 0 2 422 135 101
Binary 10110000 1010011 11111001 11101 1000011 0 10 100010010 1011101 1000001

Color Harmonies of #B053F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B053F9

Black with #B053F9

Text Example


Text Example

White with #B053F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B053F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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