Html Css Color HEX #B535EC Medium Orchid

📋 copy color: '#B535EC'

red 181 ◦ green 53 ◦ blue 236

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

Shades of Medium Orchid #B535EC

Tints of Medium Orchid #B535EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 50.21%

R = 38.51%
G = 11.28%
B = 50.21%

CMYK

 C value IS 0.23

 M value IS 0.78

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B535EC (or 0xB535EC) is known color: Medium Orchid. HEX triplet: B5, 35 and EC. RGB value is (181,53,236). Sum of RGB (Red+Green+Blue) = 181+53+236=470 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.51% from 470); Green value is 53 (21.09% from 255 or 11.28% from 470); Blue value is 236 (92.58% from 255 or 50.21% from 470); Max value from RGB is 236 - color contains mainly: blue. Hex color #B535EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B535EC is #4ACA13. Grayscale: #6F6F6F. Windows color (decimal): -4901396 or 15480245. OLE color: 15480245.

HSL color Cylindrical-coordinate representation of color #B535EC: hue angle of 281.97º degrees, saturation: 0.83, 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 #B535EC is Cyan = 0.23, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 181 53 236 -
CMYK 0.23 0.78 0 0.07
HSL 281.97º 0.83% 0.57% -
HSV(B) 281.97º 0.78% 0.93% -
XYZ 35.47 18.43 81.04 -
YUV 112.13 197.91 177.12 -
System Red Green Blue C M Y K H S L
Decimal 181 53 236 0.23 0.78 0 0.07 281.97 0.83 0.57
Hex B5 35 EC 17 4E 0 7 11A 53 39
Octal 265 65 354 27 116 0 7 432 123 71
Binary 10110101 110101 11101100 10111 1001110 0 111 100011010 1010011 111001

Color Harmonies of #B535EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B535EC

Black with #B535EC

Text Example


Text Example

White with #B535EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B535EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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