Html Css Color HEX #B53BEA Medium Orchid

📋 copy color: '#B53BEA'

red 181 ◦ green 59 ◦ blue 234

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

Shades of Medium Orchid #B53BEA

Tints of Medium Orchid #B53BEA

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.45%

 BLUE value IS 234 (91.8% from 255) = 49.37%

R = 38.19%
G = 12.45%
B = 49.37%

CMYK

 C value IS 0.23

 M value IS 0.75

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B53BEA (or 0xB53BEA) is known color: Medium Orchid. HEX triplet: B5, 3B and EA. RGB value is (181,59,234). Sum of RGB (Red+Green+Blue) = 181+59+234=474 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.19% from 474); Green value is 59 (23.44% from 255 or 12.45% from 474); Blue value is 234 (91.80% from 255 or 49.37% from 474); Max value from RGB is 234 - color contains mainly: blue. Hex color #B53BEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B53BEA is #4AC415. Grayscale: #727272. Windows color (decimal): -4899862 or 15350709. OLE color: 15350709.

HSL color Cylindrical-coordinate representation of color #B53BEA: hue angle of 281.83º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B53BEA is Cyan = 0.23, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 181 59 234 -
CMYK 0.23 0.75 0 0.08
HSL 281.83º 0.81% 0.57% -
HSV(B) 281.83º 0.75% 0.92% -
XYZ 35.47 18.89 79.62 -
YUV 115.43 194.92 174.77 -
System Red Green Blue C M Y K H S L
Decimal 181 59 234 0.23 0.75 0 0.08 281.83 0.81 0.57
Hex B5 3B EA 17 4B 0 8 11A 51 39
Octal 265 73 352 27 113 0 10 432 121 71
Binary 10110101 111011 11101010 10111 1001011 0 1000 100011010 1010001 111001

Color Harmonies of #B53BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53BEA

Black with #B53BEA

Text Example


Text Example

White with #B53BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53BEA; }

 p { color: rgb(181,59,234); }

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

background-color css

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

 a { background-color: rgb(181,59,234); }

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

border-color css

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

 span { border-color: rgb(181,59,234); }

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