Html Css Color HEX #B053F6 Medium Orchid

📋 copy color: '#B053F6'

red 176 ◦ green 83 ◦ blue 246

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

Shades of Medium Orchid #B053F6

Tints of Medium Orchid #B053F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 48.71%

R = 34.85%
G = 16.44%
B = 48.71%

CMYK

 C value IS 0.28

 M value IS 0.66

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B053F6 (or 0xB053F6) is known color: Medium Orchid. HEX triplet: B0, 53 and F6. RGB value is (176,83,246). Sum of RGB (Red+Green+Blue) = 176+83+246=505 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.85% from 505); Green value is 83 (32.81% from 255 or 16.44% from 505); Blue value is 246 (96.48% from 255 or 48.71% from 505); Max value from RGB is 246 - color contains mainly: blue. Hex color #B053F6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B053F6 is #4FAC09. Grayscale: #808080. Windows color (decimal): -5221386 or 16143280. OLE color: 16143280.

HSL color Cylindrical-coordinate representation of color #B053F6: hue angle of 274.23º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B053F6 is Cyan = 0.28, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 176 83 246 -
CMYK 0.28 0.66 0 0.04
HSL 274.23º 0.9% 0.65% -
HSV(B) 274.23º 0.66% 0.96% -
XYZ 37.63 22.07 89.47 -
YUV 129.39 193.81 161.25 -
System Red Green Blue C M Y K H S L
Decimal 176 83 246 0.28 0.66 0 0.04 274.23 0.9 0.65
Hex B0 53 F6 1C 42 0 4 112 5A 41
Octal 260 123 366 34 102 0 4 422 132 101
Binary 10110000 1010011 11110110 11100 1000010 0 100 100010010 1011010 1000001

Color Harmonies of #B053F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B053F6

Black with #B053F6

Text Example


Text Example

White with #B053F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B053F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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