Html Css Color HEX #B54DD7 Medium Orchid

📋 copy color: '#B54DD7'

red 181 ◦ green 77 ◦ blue 215

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

Shades of Medium Orchid #B54DD7

Tints of Medium Orchid #B54DD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 45.45%

R = 38.27%
G = 16.28%
B = 45.45%

CMYK

 C value IS 0.16

 M value IS 0.64

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B54DD7 (or 0xB54DD7) is known color: Medium Orchid. HEX triplet: B5, 4D and D7. RGB value is (181,77,215). Sum of RGB (Red+Green+Blue) = 181+77+215=473 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.27% from 473); Green value is 77 (30.47% from 255 or 16.28% from 473); Blue value is 215 (84.38% from 255 or 45.45% from 473); Max value from RGB is 215 - color contains mainly: blue. Hex color #B54DD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B54DD7 is #4AB228. Grayscale: #7B7B7B. Windows color (decimal): -4895273 or 14110133. OLE color: 14110133.

HSL color Cylindrical-coordinate representation of color #B54DD7: hue angle of 285.22º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B54DD7 is Cyan = 0.16, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 181 77 215 -
CMYK 0.16 0.64 0 0.16
HSL 285.22º 0.63% 0.57% -
HSV(B) 285.22º 0.64% 0.84% -
XYZ 33.98 20.04 66.37 -
YUV 123.83 179.46 168.78 -
System Red Green Blue C M Y K H S L
Decimal 181 77 215 0.16 0.64 0 0.16 285.22 0.63 0.57
Hex B5 4D D7 10 40 0 10 11D 3F 39
Octal 265 115 327 20 100 0 20 435 77 71
Binary 10110101 1001101 11010111 10000 1000000 0 10000 100011101 111111 111001

Color Harmonies of #B54DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54DD7

Black with #B54DD7

Text Example


Text Example

White with #B54DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54DD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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