Html Css Color HEX #B54CDD Medium Orchid

📋 copy color: '#B54CDD'

red 181 ◦ green 76 ◦ blue 221

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

Shades of Medium Orchid #B54CDD

Tints of Medium Orchid #B54CDD

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.9%

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

R = 37.87%
G = 15.9%
B = 46.23%

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

#B54CDD (or 0xB54CDD) is known color: Medium Orchid. HEX triplet: B5, 4C and DD. RGB value is (181,76,221). Sum of RGB (Red+Green+Blue) = 181+76+221=478 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.87% from 478); Green value is 76 (30.08% from 255 or 15.90% from 478); Blue value is 221 (86.72% from 255 or 46.23% from 478); Max value from RGB is 221 - color contains mainly: blue. Hex color #B54CDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B54CDD is #4AB322. Grayscale: #7B7B7B. Windows color (decimal): -4895523 or 14503093. OLE color: 14503093.

HSL color Cylindrical-coordinate representation of color #B54CDD: hue angle of 283.45º degrees, saturation: 0.68, 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 #B54CDD is Cyan = 0.18, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 181 76 221 -
CMYK 0.18 0.66 0 0.13
HSL 283.45º 0.68% 0.58% -
HSV(B) 283.45º 0.66% 0.87% -
XYZ 34.69 20.21 70.48 -
YUV 123.93 182.79 168.71 -
System Red Green Blue C M Y K H S L
Decimal 181 76 221 0.18 0.66 0 0.13 283.45 0.68 0.58
Hex B5 4C DD 12 42 0 D 11B 44 3A
Octal 265 114 335 22 102 0 15 433 104 72
Binary 10110101 1001100 11011101 10010 1000010 0 1101 100011011 1000100 111010

Color Harmonies of #B54CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54CDD

Black with #B54CDD

Text Example


Text Example

White with #B54CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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