Html Css Color HEX #B54DD0 Medium Orchid

📋 copy color: '#B54DD0'

red 181 ◦ green 77 ◦ blue 208

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

Shades of Medium Orchid #B54DD0

Tints of Medium Orchid #B54DD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 44.64%

R = 38.84%
G = 16.52%
B = 44.64%

CMYK

 C value IS 0.13

 M value IS 0.63

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B54DD0 (or 0xB54DD0) is known color: Medium Orchid. HEX triplet: B5, 4D and D0. RGB value is (181,77,208). Sum of RGB (Red+Green+Blue) = 181+77+208=466 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.84% from 466); Green value is 77 (30.47% from 255 or 16.52% from 466); Blue value is 208 (81.64% from 255 or 44.64% from 466); Max value from RGB is 208 - color contains mainly: blue. Hex color #B54DD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B54DD0 is #4AB22F. Grayscale: #7A7A7A. Windows color (decimal): -4895280 or 13651381. OLE color: 13651381.

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

Color convert

RGB 181 77 208 -
CMYK 0.13 0.63 0 0.18
HSL 287.63º 0.58% 0.56% -
HSV(B) 287.63º 0.63% 0.82% -
XYZ 33.1 19.69 61.73 -
YUV 123.03 175.96 169.35 -
System Red Green Blue C M Y K H S L
Decimal 181 77 208 0.13 0.63 0 0.18 287.63 0.58 0.56
Hex B5 4D D0 D 3F 0 12 120 3A 38
Octal 265 115 320 15 77 0 22 440 72 70
Binary 10110101 1001101 11010000 1101 111111 0 10010 100100000 111010 111000

Color Harmonies of #B54DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54DD0

Black with #B54DD0

Text Example


Text Example

White with #B54DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54DD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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