Html Css Color HEX #B54DCA Medium Orchid

📋 copy color: '#B54DCA'

red 181 ◦ green 77 ◦ blue 202

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

Shades of Medium Orchid #B54DCA

Tints of Medium Orchid #B54DCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 43.91%

R = 39.35%
G = 16.74%
B = 43.91%

CMYK

 C value IS 0.10

 M value IS 0.62

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B54DCA (or 0xB54DCA) is known color: Medium Orchid. HEX triplet: B5, 4D and CA. RGB value is (181,77,202). Sum of RGB (Red+Green+Blue) = 181+77+202=460 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.35% from 460); Green value is 77 (30.47% from 255 or 16.74% from 460); Blue value is 202 (79.30% from 255 or 43.91% from 460); Max value from RGB is 202 - color contains mainly: blue. Hex color #B54DCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B54DCA is #4AB235. Grayscale: #797979. Windows color (decimal): -4895286 or 13258165. OLE color: 13258165.

HSL color Cylindrical-coordinate representation of color #B54DCA: hue angle of 289.92º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B54DCA is Cyan = 0.10, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 181 77 202 -
CMYK 0.10 0.62 0 0.21
HSL 289.92º 0.54% 0.55% -
HSV(B) 289.92º 0.62% 0.79% -
XYZ 32.37 19.4 57.91 -
YUV 122.35 172.96 169.84 -
System Red Green Blue C M Y K H S L
Decimal 181 77 202 0.10 0.62 0 0.21 289.92 0.54 0.55
Hex B5 4D CA A 3E 0 15 122 36 37
Octal 265 115 312 12 76 0 25 442 66 67
Binary 10110101 1001101 11001010 1010 111110 0 10101 100100010 110110 110111

Color Harmonies of #B54DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54DCA

Black with #B54DCA

Text Example


Text Example

White with #B54DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54DCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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