Html Css Color HEX #B534EB Medium Orchid

📋 copy color: '#B534EB'

red 181 ◦ green 52 ◦ blue 235

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

Shades of Medium Orchid #B534EB

Tints of Medium Orchid #B534EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 50.21%

R = 38.68%
G = 11.11%
B = 50.21%

CMYK

 C value IS 0.23

 M value IS 0.78

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B534EB (or 0xB534EB) is known color: Medium Orchid. HEX triplet: B5, 34 and EB. RGB value is (181,52,235). Sum of RGB (Red+Green+Blue) = 181+52+235=468 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.68% from 468); Green value is 52 (20.70% from 255 or 11.11% from 468); Blue value is 235 (92.19% from 255 or 50.21% from 468); Max value from RGB is 235 - color contains mainly: blue. Hex color #B534EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B534EB is #4ACB14. Grayscale: #6E6E6E. Windows color (decimal): -4901653 or 15414453. OLE color: 15414453.

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

Color convert

RGB 181 52 235 -
CMYK 0.23 0.78 0 0.08
HSL 282.3º 0.82% 0.56% -
HSV(B) 282.3º 0.78% 0.92% -
XYZ 35.28 18.28 80.27 -
YUV 111.43 197.74 177.62 -
System Red Green Blue C M Y K H S L
Decimal 181 52 235 0.23 0.78 0 0.08 282.3 0.82 0.56
Hex B5 34 EB 17 4E 0 8 11A 52 38
Octal 265 64 353 27 116 0 10 432 122 70
Binary 10110101 110100 11101011 10111 1001110 0 1000 100011010 1010010 111000

Color Harmonies of #B534EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B534EB

Black with #B534EB

Text Example


Text Example

White with #B534EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B534EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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