Html Css Color HEX #B54AEE Medium Orchid

📋 copy color: '#B54AEE'

red 181 ◦ green 74 ◦ blue 238

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

Shades of Medium Orchid #B54AEE

Tints of Medium Orchid #B54AEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 48.28%

R = 36.71%
G = 15.01%
B = 48.28%

CMYK

 C value IS 0.24

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B54AEE (or 0xB54AEE) is known color: Medium Orchid. HEX triplet: B5, 4A and EE. RGB value is (181,74,238). Sum of RGB (Red+Green+Blue) = 181+74+238=493 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.71% from 493); Green value is 74 (29.30% from 255 or 15.01% from 493); Blue value is 238 (93.36% from 255 or 48.28% from 493); Max value from RGB is 238 - color contains mainly: blue. Hex color #B54AEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B54AEE is #4AB511. Grayscale: #7C7C7C. Windows color (decimal): -4896018 or 15616693. OLE color: 15616693.

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

Color convert

RGB 181 74 238 -
CMYK 0.24 0.69 0 0.07
HSL 279.15º 0.83% 0.61% -
HSV(B) 279.15º 0.69% 0.93% -
XYZ 36.94 20.89 82.98 -
YUV 124.69 191.95 168.16 -
System Red Green Blue C M Y K H S L
Decimal 181 74 238 0.24 0.69 0 0.07 279.15 0.83 0.61
Hex B5 4A EE 18 45 0 7 117 53 3D
Octal 265 112 356 30 105 0 7 427 123 75
Binary 10110101 1001010 11101110 11000 1000101 0 111 100010111 1010011 111101

Color Harmonies of #B54AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54AEE

Black with #B54AEE

Text Example


Text Example

White with #B54AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54AEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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