Html Css Color HEX #B54CCD Medium Orchid

📋 copy color: '#B54CCD'

red 181 ◦ green 76 ◦ blue 205

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

Shades of Medium Orchid #B54CCD

Tints of Medium Orchid #B54CCD

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.45%

 BLUE value IS 205 (80.47% from 255) = 44.37%

R = 39.18%
G = 16.45%
B = 44.37%

CMYK

 C value IS 0.12

 M value IS 0.63

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B54CCD (or 0xB54CCD) is known color: Medium Orchid. HEX triplet: B5, 4C and CD. RGB value is (181,76,205). Sum of RGB (Red+Green+Blue) = 181+76+205=462 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.18% from 462); Green value is 76 (30.08% from 255 or 16.45% from 462); Blue value is 205 (80.47% from 255 or 44.37% from 462); Max value from RGB is 205 - color contains mainly: blue. Hex color #B54CCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B54CCD is #4AB332. Grayscale: #797979. Windows color (decimal): -4895539 or 13454517. OLE color: 13454517.

HSL color Cylindrical-coordinate representation of color #B54CCD: hue angle of 288.84º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B54CCD is Cyan = 0.12, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 181 76 205 -
CMYK 0.12 0.63 0 0.20
HSL 288.84º 0.56% 0.55% -
HSV(B) 288.84º 0.63% 0.8% -
XYZ 32.66 19.4 59.78 -
YUV 122.1 174.79 170.01 -
System Red Green Blue C M Y K H S L
Decimal 181 76 205 0.12 0.63 0 0.20 288.84 0.56 0.55
Hex B5 4C CD C 3F 0 14 121 38 37
Octal 265 114 315 14 77 0 24 441 70 67
Binary 10110101 1001100 11001101 1100 111111 0 10100 100100001 111000 110111

Color Harmonies of #B54CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54CCD

Black with #B54CCD

Text Example


Text Example

White with #B54CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54CCD; }

 p { color: rgb(181,76,205); }

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

background-color css

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

 a { background-color: rgb(181,76,205); }

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

border-color css

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

 span { border-color: rgb(181,76,205); }

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