Html Css Color HEX #B053FF Medium Orchid

📋 copy color: '#B053FF'

red 176 ◦ green 83 ◦ blue 255

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

Shades of Medium Orchid #B053FF

Tints of Medium Orchid #B053FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 49.61%

R = 34.24%
G = 16.15%
B = 49.61%

CMYK

 C value IS 0.31

 M value IS 0.67

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B053FF (or 0xB053FF) is known color: Medium Orchid. HEX triplet: B0, 53 and FF. RGB value is (176,83,255). Sum of RGB (Red+Green+Blue) = 176+83+255=514 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.24% from 514); Green value is 83 (32.81% from 255 or 16.15% from 514); Blue value is 255 (100% from 255 or 49.61% from 514); Max value from RGB is 255 - color contains mainly: blue. Hex color #B053FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B053FF is #4FAC00. Grayscale: #818181. Windows color (decimal): -5221377 or 16733104. OLE color: 16733104.

HSL color Cylindrical-coordinate representation of color #B053FF: hue angle of 272.44º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B053FF is Cyan = 0.31, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 176 83 255 -
CMYK 0.31 0.67 0 0
HSL 272.44º 1% 0.66% -
HSV(B) 272.44º 0.67% 1% -
XYZ 39.05 22.64 96.92 -
YUV 130.42 198.31 160.51 -
System Red Green Blue C M Y K H S L
Decimal 176 83 255 0.31 0.67 0 0 272.44 1 0.66
Hex B0 53 FF 1F 43 0 0 110 64 42
Octal 260 123 377 37 103 0 0 420 144 102
Binary 10110000 1010011 11111111 11111 1000011 0 0 100010000 1100100 1000010

Color Harmonies of #B053FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B053FF

Black with #B053FF

Text Example


Text Example

White with #B053FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B053FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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