Html Css Color HEX #B53AFF Medium Orchid

📋 copy color: '#B53AFF'

red 181 ◦ green 58 ◦ blue 255

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

Shades of Medium Orchid #B53AFF

Tints of Medium Orchid #B53AFF

RGB

 RED value IS 181 (71.09% from 255) = 36.64%

 GREEN value IS 58 (23.05% from 255) = 11.74%

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

R = 36.64%
G = 11.74%
B = 51.62%

CMYK

 C value IS 0.29

 M value IS 0.77

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B53AFF (or 0xB53AFF) is known color: Medium Orchid. HEX triplet: B5, 3A and FF. RGB value is (181,58,255). Sum of RGB (Red+Green+Blue) = 181+58+255=494 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.64% from 494); Green value is 58 (23.05% from 255 or 11.74% from 494); Blue value is 255 (100% from 255 or 51.62% from 494); Max value from RGB is 255 - color contains mainly: blue. Hex color #B53AFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B53AFF is #4AC500. Grayscale: #747474. Windows color (decimal): -4900097 or 16726709. OLE color: 16726709.

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

Color convert

RGB 181 58 255 -
CMYK 0.29 0.77 0 0
HSL 277.46º 1% 0.61% -
HSV(B) 277.46º 0.77% 1% -
XYZ 38.62 20.07 96.45 -
YUV 117.24 205.75 173.48 -
System Red Green Blue C M Y K H S L
Decimal 181 58 255 0.29 0.77 0 0 277.46 1 0.61
Hex B5 3A FF 1D 4D 0 0 115 64 3D
Octal 265 72 377 35 115 0 0 425 144 75
Binary 10110101 111010 11111111 11101 1001101 0 0 100010101 1100100 111101

Color Harmonies of #B53AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53AFF

Black with #B53AFF

Text Example


Text Example

White with #B53AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53AFF; }

 p { color: rgb(181,58,255); }

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

background-color css

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

 a { background-color: rgb(181,58,255); }

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

border-color css

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

 span { border-color: rgb(181,58,255); }

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