Html Css Color HEX #B54BDE Medium Orchid

📋 copy color: '#B54BDE'

red 181 ◦ green 75 ◦ blue 222

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

Shades of Medium Orchid #B54BDE

Tints of Medium Orchid #B54BDE

RGB

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

 GREEN value IS 75 (29.69% from 255) = 15.69%

 BLUE value IS 222 (87.11% from 255) = 46.44%

R = 37.87%
G = 15.69%
B = 46.44%

CMYK

 C value IS 0.18

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B54BDE (or 0xB54BDE) is known color: Medium Orchid. HEX triplet: B5, 4B and DE. RGB value is (181,75,222). Sum of RGB (Red+Green+Blue) = 181+75+222=478 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.87% from 478); Green value is 75 (29.69% from 255 or 15.69% from 478); Blue value is 222 (87.11% from 255 or 46.44% from 478); Max value from RGB is 222 - color contains mainly: blue. Hex color #B54BDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B54BDE is #4AB421. Grayscale: #7A7A7A. Windows color (decimal): -4895778 or 14568373. OLE color: 14568373.

HSL color Cylindrical-coordinate representation of color #B54BDE: hue angle of 283.27º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B54BDE is Cyan = 0.18, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 181 75 222 -
CMYK 0.18 0.66 0 0.13
HSL 283.27º 0.69% 0.58% -
HSV(B) 283.27º 0.66% 0.87% -
XYZ 34.76 20.13 71.16 -
YUV 123.45 183.62 169.05 -
System Red Green Blue C M Y K H S L
Decimal 181 75 222 0.18 0.66 0 0.13 283.27 0.69 0.58
Hex B5 4B DE 12 42 0 D 11B 45 3A
Octal 265 113 336 22 102 0 15 433 105 72
Binary 10110101 1001011 11011110 10010 1000010 0 1101 100011011 1000101 111010

Color Harmonies of #B54BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54BDE

Black with #B54BDE

Text Example


Text Example

White with #B54BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54BDE; }

 p { color: rgb(181,75,222); }

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

background-color css

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

 a { background-color: rgb(181,75,222); }

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

border-color css

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

 span { border-color: rgb(181,75,222); }

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