Html Css Color HEX #B053F0 Medium Orchid

📋 copy color: '#B053F0'

red 176 ◦ green 83 ◦ blue 240

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

Shades of Medium Orchid #B053F0

Tints of Medium Orchid #B053F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 48.1%

R = 35.27%
G = 16.63%
B = 48.1%

CMYK

 C value IS 0.27

 M value IS 0.65

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B053F0 (or 0xB053F0) is known color: Medium Orchid. HEX triplet: B0, 53 and F0. RGB value is (176,83,240). Sum of RGB (Red+Green+Blue) = 176+83+240=499 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.27% from 499); Green value is 83 (32.81% from 255 or 16.63% from 499); Blue value is 240 (94.14% from 255 or 48.10% from 499); Max value from RGB is 240 - color contains mainly: blue. Hex color #B053F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B053F0 is #4FAC0F. Grayscale: #808080. Windows color (decimal): -5221392 or 15750064. OLE color: 15750064.

HSL color Cylindrical-coordinate representation of color #B053F0: hue angle of 275.54º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B053F0 is Cyan = 0.27, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 176 83 240 -
CMYK 0.27 0.65 0 0.06
HSL 275.54º 0.84% 0.63% -
HSV(B) 275.54º 0.65% 0.94% -
XYZ 36.73 21.71 84.69 -
YUV 128.71 190.81 161.73 -
System Red Green Blue C M Y K H S L
Decimal 176 83 240 0.27 0.65 0 0.06 275.54 0.84 0.63
Hex B0 53 F0 1B 41 0 6 114 54 3F
Octal 260 123 360 33 101 0 6 424 124 77
Binary 10110000 1010011 11110000 11011 1000001 0 110 100010100 1010100 111111

Color Harmonies of #B053F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B053F0

Black with #B053F0

Text Example


Text Example

White with #B053F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B053F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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