Html Css Color HEX #B53EEE Medium Orchid

📋 copy color: '#B53EEE'

red 181 ◦ green 62 ◦ blue 238

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

Shades of Medium Orchid #B53EEE

Tints of Medium Orchid #B53EEE

RGB

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

 GREEN value IS 62 (24.61% from 255) = 12.89%

 BLUE value IS 238 (93.36% from 255) = 49.48%

R = 37.63%
G = 12.89%
B = 49.48%

CMYK

 C value IS 0.24

 M value IS 0.74

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B53EEE (or 0xB53EEE) is known color: Medium Orchid. HEX triplet: B5, 3E and EE. RGB value is (181,62,238). Sum of RGB (Red+Green+Blue) = 181+62+238=481 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.63% from 481); Green value is 62 (24.61% from 255 or 12.89% from 481); Blue value is 238 (93.36% from 255 or 49.48% from 481); Max value from RGB is 238 - color contains mainly: blue. Hex color #B53EEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B53EEE is #4AC111. Grayscale: #757575. Windows color (decimal): -4899090 or 15613621. OLE color: 15613621.

HSL color Cylindrical-coordinate representation of color #B53EEE: hue angle of 280.57º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B53EEE is Cyan = 0.24, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 181 62 238 -
CMYK 0.24 0.74 0 0.07
HSL 280.57º 0.84% 0.59% -
HSV(B) 280.57º 0.74% 0.93% -
XYZ 36.21 19.44 82.73 -
YUV 117.65 195.92 173.19 -
System Red Green Blue C M Y K H S L
Decimal 181 62 238 0.24 0.74 0 0.07 280.57 0.84 0.59
Hex B5 3E EE 18 4A 0 7 119 54 3B
Octal 265 76 356 30 112 0 7 431 124 73
Binary 10110101 111110 11101110 11000 1001010 0 111 100011001 1010100 111011

Color Harmonies of #B53EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53EEE

Black with #B53EEE

Text Example


Text Example

White with #B53EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53EEE; }

 p { color: rgb(181,62,238); }

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

background-color css

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

 a { background-color: rgb(181,62,238); }

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

border-color css

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

 span { border-color: rgb(181,62,238); }

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