Html Css Color HEX #B534ED Medium Orchid

📋 copy color: '#B534ED'

red 181 ◦ green 52 ◦ blue 237

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

Shades of Medium Orchid #B534ED

Tints of Medium Orchid #B534ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 50.43%

R = 38.51%
G = 11.06%
B = 50.43%

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

#B534ED (or 0xB534ED) is known color: Medium Orchid. HEX triplet: B5, 34 and ED. RGB value is (181,52,237). Sum of RGB (Red+Green+Blue) = 181+52+237=470 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.51% from 470); Green value is 52 (20.70% from 255 or 11.06% from 470); Blue value is 237 (92.97% from 255 or 50.43% from 470); Max value from RGB is 237 - color contains mainly: blue. Hex color #B534ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B534ED is #4ACB12. Grayscale: #6F6F6F. Windows color (decimal): -4901651 or 15545525. OLE color: 15545525.

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

Color convert

RGB 181 52 237 -
CMYK 0.24 0.78 0 0.07
HSL 281.84º 0.84% 0.57% -
HSV(B) 281.84º 0.78% 0.93% -
XYZ 35.57 18.39 81.8 -
YUV 111.66 198.74 177.46 -
System Red Green Blue C M Y K H S L
Decimal 181 52 237 0.24 0.78 0 0.07 281.84 0.84 0.57
Hex B5 34 ED 18 4E 0 7 11A 54 39
Octal 265 64 355 30 116 0 7 432 124 71
Binary 10110101 110100 11101101 11000 1001110 0 111 100011010 1010100 111001

Color Harmonies of #B534ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B534ED

Black with #B534ED

Text Example


Text Example

White with #B534ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B534ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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