Html Css Color HEX #B54AE5 Medium Orchid

📋 copy color: '#B54AE5'

red 181 ◦ green 74 ◦ blue 229

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

Shades of Medium Orchid #B54AE5

Tints of Medium Orchid #B54AE5

RGB

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

 GREEN value IS 74 (29.3% from 255) = 15.29%

 BLUE value IS 229 (89.84% from 255) = 47.31%

R = 37.4%
G = 15.29%
B = 47.31%

CMYK

 C value IS 0.21

 M value IS 0.68

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B54AE5 (or 0xB54AE5) is known color: Medium Orchid. HEX triplet: B5, 4A and E5. RGB value is (181,74,229). Sum of RGB (Red+Green+Blue) = 181+74+229=484 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.40% from 484); Green value is 74 (29.30% from 255 or 15.29% from 484); Blue value is 229 (89.84% from 255 or 47.31% from 484); Max value from RGB is 229 - color contains mainly: blue. Hex color #B54AE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B54AE5 is #4AB51A. Grayscale: #7B7B7B. Windows color (decimal): -4896027 or 15026869. OLE color: 15026869.

HSL color Cylindrical-coordinate representation of color #B54AE5: hue angle of 281.42º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B54AE5 is Cyan = 0.21, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 181 74 229 -
CMYK 0.21 0.68 0 0.10
HSL 281.42º 0.75% 0.59% -
HSV(B) 281.42º 0.68% 0.9% -
XYZ 35.65 20.38 76.18 -
YUV 123.66 187.45 168.9 -
System Red Green Blue C M Y K H S L
Decimal 181 74 229 0.21 0.68 0 0.10 281.42 0.75 0.59
Hex B5 4A E5 15 44 0 A 119 4B 3B
Octal 265 112 345 25 104 0 12 431 113 73
Binary 10110101 1001010 11100101 10101 1000100 0 1010 100011001 1001011 111011

Color Harmonies of #B54AE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54AE5

Black with #B54AE5

Text Example


Text Example

White with #B54AE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54AE5; }

 p { color: rgb(181,74,229); }

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

background-color css

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

 a { background-color: rgb(181,74,229); }

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

border-color css

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

 span { border-color: rgb(181,74,229); }

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