Html Css Color HEX #B54DDB Medium Orchid

📋 copy color: '#B54DDB'

red 181 ◦ green 77 ◦ blue 219

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

Shades of Medium Orchid #B54DDB

Tints of Medium Orchid #B54DDB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.14%

 BLUE value IS 219 (85.94% from 255) = 45.91%

R = 37.95%
G = 16.14%
B = 45.91%

CMYK

 C value IS 0.17

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B54DDB (or 0xB54DDB) is known color: Medium Orchid. HEX triplet: B5, 4D and DB. RGB value is (181,77,219). Sum of RGB (Red+Green+Blue) = 181+77+219=477 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.95% from 477); Green value is 77 (30.47% from 255 or 16.14% from 477); Blue value is 219 (85.94% from 255 or 45.91% from 477); Max value from RGB is 219 - color contains mainly: blue. Hex color #B54DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B54DDB is #4AB224. Grayscale: #7B7B7B. Windows color (decimal): -4895269 or 14372277. OLE color: 14372277.

HSL color Cylindrical-coordinate representation of color #B54DDB: hue angle of 283.94º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B54DDB is Cyan = 0.17, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 181 77 219 -
CMYK 0.17 0.65 0 0.14
HSL 283.94º 0.66% 0.58% -
HSV(B) 283.94º 0.65% 0.86% -
XYZ 34.5 20.25 69.11 -
YUV 124.28 181.46 168.45 -
System Red Green Blue C M Y K H S L
Decimal 181 77 219 0.17 0.65 0 0.14 283.94 0.66 0.58
Hex B5 4D DB 11 41 0 E 11C 42 3A
Octal 265 115 333 21 101 0 16 434 102 72
Binary 10110101 1001101 11011011 10001 1000001 0 1110 100011100 1000010 111010

Color Harmonies of #B54DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54DDB

Black with #B54DDB

Text Example


Text Example

White with #B54DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54DDB; }

 p { color: rgb(181,77,219); }

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

background-color css

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

 a { background-color: rgb(181,77,219); }

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

border-color css

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

 span { border-color: rgb(181,77,219); }

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