Html Css Color HEX #B53FEE Medium Orchid

📋 copy color: '#B53FEE'

red 181 ◦ green 63 ◦ blue 238

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

Shades of Medium Orchid #B53FEE

Tints of Medium Orchid #B53FEE

RGB

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

 GREEN value IS 63 (25% from 255) = 13.07%

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

R = 37.55%
G = 13.07%
B = 49.38%

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

#B53FEE (or 0xB53FEE) is known color: Medium Orchid. HEX triplet: B5, 3F and EE. RGB value is (181,63,238). Sum of RGB (Red+Green+Blue) = 181+63+238=482 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.55% from 482); Green value is 63 (25% from 255 or 13.07% from 482); Blue value is 238 (93.36% from 255 or 49.38% from 482); Max value from RGB is 238 - color contains mainly: blue. Hex color #B53FEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B53FEE is #4AC011. Grayscale: #757575. Windows color (decimal): -4898834 or 15613877. OLE color: 15613877.

HSL color Cylindrical-coordinate representation of color #B53FEE: hue angle of 280.46º 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 #B53FEE is Cyan = 0.24, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 181 63 238 -
CMYK 0.24 0.74 0 0.07
HSL 280.46º 0.84% 0.59% -
HSV(B) 280.46º 0.74% 0.93% -
XYZ 36.27 19.55 82.75 -
YUV 118.23 195.59 172.77 -
System Red Green Blue C M Y K H S L
Decimal 181 63 238 0.24 0.74 0 0.07 280.46 0.84 0.59
Hex B5 3F EE 18 4A 0 7 118 54 3B
Octal 265 77 356 30 112 0 7 430 124 73
Binary 10110101 111111 11101110 11000 1001010 0 111 100011000 1010100 111011

Color Harmonies of #B53FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53FEE

Black with #B53FEE

Text Example


Text Example

White with #B53FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53FEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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