Html Css Color HEX #B535EE Medium Orchid

📋 copy color: '#B535EE'

red 181 ◦ green 53 ◦ blue 238

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

Shades of Medium Orchid #B535EE

Tints of Medium Orchid #B535EE

RGB

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

 GREEN value IS 53 (21.09% from 255) = 11.23%

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

R = 38.35%
G = 11.23%
B = 50.42%

CMYK

 C value IS 0.24

 M value IS 0.78

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B535EE (or 0xB535EE) is known color: Medium Orchid. HEX triplet: B5, 35 and EE. RGB value is (181,53,238). Sum of RGB (Red+Green+Blue) = 181+53+238=472 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.35% from 472); Green value is 53 (21.09% from 255 or 11.23% from 472); Blue value is 238 (93.36% from 255 or 50.42% from 472); Max value from RGB is 238 - color contains mainly: blue. Hex color #B535EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B535EE is #4ACA11. Grayscale: #6F6F6F. Windows color (decimal): -4901394 or 15611317. OLE color: 15611317.

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

Color convert

RGB 181 53 238 -
CMYK 0.24 0.78 0 0.07
HSL 281.51º 0.84% 0.57% -
HSV(B) 281.51º 0.78% 0.93% -
XYZ 35.76 18.54 82.58 -
YUV 112.36 198.91 176.96 -
System Red Green Blue C M Y K H S L
Decimal 181 53 238 0.24 0.78 0 0.07 281.51 0.84 0.57
Hex B5 35 EE 18 4E 0 7 11A 54 39
Octal 265 65 356 30 116 0 7 432 124 71
Binary 10110101 110101 11101110 11000 1001110 0 111 100011010 1010100 111001

Color Harmonies of #B535EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B535EE

Black with #B535EE

Text Example


Text Example

White with #B535EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B535EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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