Html Css Color HEX #B54DDA Medium Orchid

📋 copy color: '#B54DDA'

red 181 ◦ green 77 ◦ blue 218

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

Shades of Medium Orchid #B54DDA

Tints of Medium Orchid #B54DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.8%

R = 38.03%
G = 16.18%
B = 45.8%

CMYK

 C value IS 0.17

 M value IS 0.65

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B54DDA (or 0xB54DDA) is known color: Medium Orchid. HEX triplet: B5, 4D and DA. RGB value is (181,77,218). Sum of RGB (Red+Green+Blue) = 181+77+218=476 (63% of max value = 765). Red value is 181 (71.09% from 255 or 38.03% from 476); Green value is 77 (30.47% from 255 or 16.18% from 476); Blue value is 218 (85.55% from 255 or 45.80% from 476); Max value from RGB is 218 - color contains mainly: blue. Hex color #B54DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B54DDA is #4AB225. Grayscale: #7B7B7B. Windows color (decimal): -4895270 or 14306741. OLE color: 14306741.

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

Color convert

RGB 181 77 218 -
CMYK 0.17 0.65 0 0.15
HSL 284.26º 0.66% 0.58% -
HSV(B) 284.26º 0.65% 0.85% -
XYZ 34.36 20.19 68.42 -
YUV 124.17 180.96 168.54 -
System Red Green Blue C M Y K H S L
Decimal 181 77 218 0.17 0.65 0 0.15 284.26 0.66 0.58
Hex B5 4D DA 11 41 0 F 11C 42 3A
Octal 265 115 332 21 101 0 17 434 102 72
Binary 10110101 1001101 11011010 10001 1000001 0 1111 100011100 1000010 111010

Color Harmonies of #B54DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54DDA

Black with #B54DDA

Text Example


Text Example

White with #B54DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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