Html Css Color HEX #B53AFE Medium Orchid

📋 copy color: '#B53AFE'

red 181 ◦ green 58 ◦ blue 254

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

Shades of Medium Orchid #B53AFE

Tints of Medium Orchid #B53AFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 51.52%

R = 36.71%
G = 11.76%
B = 51.52%

CMYK

 C value IS 0.29

 M value IS 0.77

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B53AFE (or 0xB53AFE) is known color: Medium Orchid. HEX triplet: B5, 3A and FE. RGB value is (181,58,254). Sum of RGB (Red+Green+Blue) = 181+58+254=493 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.71% from 493); Green value is 58 (23.05% from 255 or 11.76% from 493); Blue value is 254 (99.61% from 255 or 51.52% from 493); Max value from RGB is 254 - color contains mainly: blue. Hex color #B53AFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B53AFE is #4AC501. Grayscale: #747474. Windows color (decimal): -4900098 or 16661173. OLE color: 16661173.

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

Color convert

RGB 181 58 254 -
CMYK 0.29 0.77 0 0.00
HSL 277.65º 0.99% 0.61% -
HSV(B) 277.65º 0.77% 1% -
XYZ 38.46 20.01 95.6 -
YUV 117.12 205.25 173.56 -
System Red Green Blue C M Y K H S L
Decimal 181 58 254 0.29 0.77 0 0.00 277.65 0.99 0.61
Hex B5 3A FE 1D 4D 0 0 116 63 3D
Octal 265 72 376 35 115 0 0 426 143 75
Binary 10110101 111010 11111110 11101 1001101 0 0 100010110 1100011 111101

Color Harmonies of #B53AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53AFE

Black with #B53AFE

Text Example


Text Example

White with #B53AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53AFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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