Html Css Color HEX #B534EC Medium Orchid

📋 copy color: '#B534EC'

red 181 ◦ green 52 ◦ blue 236

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

Shades of Medium Orchid #B534EC

Tints of Medium Orchid #B534EC

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.09%

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

R = 38.59%
G = 11.09%
B = 50.32%

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

#B534EC (or 0xB534EC) is known color: Medium Orchid. HEX triplet: B5, 34 and EC. RGB value is (181,52,236). Sum of RGB (Red+Green+Blue) = 181+52+236=469 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.59% from 469); Green value is 52 (20.70% from 255 or 11.09% from 469); Blue value is 236 (92.58% from 255 or 50.32% from 469); Max value from RGB is 236 - color contains mainly: blue. Hex color #B534EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B534EC is #4ACB13. Grayscale: #6E6E6E. Windows color (decimal): -4901652 or 15479989. OLE color: 15479989.

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

Color convert

RGB 181 52 236 -
CMYK 0.23 0.78 0 0.07
HSL 282.07º 0.83% 0.56% -
HSV(B) 282.07º 0.78% 0.93% -
XYZ 35.42 18.34 81.03 -
YUV 111.55 198.24 177.54 -
System Red Green Blue C M Y K H S L
Decimal 181 52 236 0.23 0.78 0 0.07 282.07 0.83 0.56
Hex B5 34 EC 17 4E 0 7 11A 53 38
Octal 265 64 354 27 116 0 7 432 123 70
Binary 10110101 110100 11101100 10111 1001110 0 111 100011010 1010011 111000

Color Harmonies of #B534EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B534EC

Black with #B534EC

Text Example


Text Example

White with #B534EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B534EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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