Html Css Color HEX #B54DCC Medium Orchid

📋 copy color: '#B54DCC'

red 181 ◦ green 77 ◦ blue 204

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

Shades of Medium Orchid #B54DCC

Tints of Medium Orchid #B54DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 44.16%

R = 39.18%
G = 16.67%
B = 44.16%

CMYK

 C value IS 0.11

 M value IS 0.62

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B54DCC (or 0xB54DCC) is known color: Medium Orchid. HEX triplet: B5, 4D and CC. RGB value is (181,77,204). Sum of RGB (Red+Green+Blue) = 181+77+204=462 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.18% from 462); Green value is 77 (30.47% from 255 or 16.67% from 462); Blue value is 204 (80.08% from 255 or 44.16% from 462); Max value from RGB is 204 - color contains mainly: blue. Hex color #B54DCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B54DCC is #4AB233. Grayscale: #7A7A7A. Windows color (decimal): -4895284 or 13389237. OLE color: 13389237.

HSL color Cylindrical-coordinate representation of color #B54DCC: hue angle of 289.13º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B54DCC is Cyan = 0.11, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 181 77 204 -
CMYK 0.11 0.62 0 0.2
HSL 289.13º 0.55% 0.55% -
HSV(B) 289.13º 0.62% 0.8% -
XYZ 32.61 19.49 59.17 -
YUV 122.57 173.96 169.67 -
System Red Green Blue C M Y K H S L
Decimal 181 77 204 0.11 0.62 0 0.2 289.13 0.55 0.55
Hex B5 4D CC B 3E 0 14 121 37 37
Octal 265 115 314 13 76 0 24 441 67 67
Binary 10110101 1001101 11001100 1011 111110 0 10100 100100001 110111 110111

Color Harmonies of #B54DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54DCC

Black with #B54DCC

Text Example


Text Example

White with #B54DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54DCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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