Html Css Color HEX #B54DDD Medium Orchid

📋 copy color: '#B54DDD'

red 181 ◦ green 77 ◦ blue 221

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

Shades of Medium Orchid #B54DDD

Tints of Medium Orchid #B54DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 46.14%

R = 37.79%
G = 16.08%
B = 46.14%

CMYK

 C value IS 0.18

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B54DDD (or 0xB54DDD) is known color: Medium Orchid. HEX triplet: B5, 4D and DD. RGB value is (181,77,221). Sum of RGB (Red+Green+Blue) = 181+77+221=479 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.79% from 479); Green value is 77 (30.47% from 255 or 16.08% from 479); Blue value is 221 (86.72% from 255 or 46.14% from 479); Max value from RGB is 221 - color contains mainly: blue. Hex color #B54DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B54DDD is #4AB222. Grayscale: #7C7C7C. Windows color (decimal): -4895267 or 14503349. OLE color: 14503349.

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

Color convert

RGB 181 77 221 -
CMYK 0.18 0.65 0 0.13
HSL 283.33º 0.68% 0.58% -
HSV(B) 283.33º 0.65% 0.87% -
XYZ 34.76 20.35 70.5 -
YUV 124.51 182.46 168.29 -
System Red Green Blue C M Y K H S L
Decimal 181 77 221 0.18 0.65 0 0.13 283.33 0.68 0.58
Hex B5 4D DD 12 41 0 D 11B 44 3A
Octal 265 115 335 22 101 0 15 433 104 72
Binary 10110101 1001101 11011101 10010 1000001 0 1101 100011011 1000100 111010

Color Harmonies of #B54DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54DDD

Black with #B54DDD

Text Example


Text Example

White with #B54DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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