Html Css Color HEX #B44CCD Medium Orchid

📋 copy color: '#B44CCD'

red 180 ◦ green 76 ◦ blue 205

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

Shades of Medium Orchid #B44CCD

Tints of Medium Orchid #B44CCD

RGB

 RED value IS 180 (70.7% from 255) = 39.05%

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

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

R = 39.05%
G = 16.49%
B = 44.47%

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

#B44CCD (or 0xB44CCD) is known color: Medium Orchid. HEX triplet: B4, 4C and CD. RGB value is (180,76,205). Sum of RGB (Red+Green+Blue) = 180+76+205=461 (61% of max value = 765). Red value is 180 (70.70% from 255 or 39.05% from 461); Green value is 76 (30.08% from 255 or 16.49% from 461); Blue value is 205 (80.47% from 255 or 44.47% from 461); Max value from RGB is 205 - color contains mainly: blue. Hex color #B44CCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B44CCD is #4BB332. Grayscale: #797979. Windows color (decimal): -4961075 or 13454516. OLE color: 13454516.

HSL color Cylindrical-coordinate representation of color #B44CCD: hue angle of 288.37º 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 #B44CCD is Cyan = 0.12, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 180 76 205 -
CMYK 0.12 0.63 0 0.20
HSL 288.37º 0.56% 0.55% -
HSV(B) 288.37º 0.63% 0.8% -
XYZ 32.43 19.28 59.77 -
YUV 121.8 174.96 169.51 -
System Red Green Blue C M Y K H S L
Decimal 180 76 205 0.12 0.63 0 0.20 288.37 0.56 0.55
Hex B4 4C CD C 3F 0 14 120 38 37
Octal 264 114 315 14 77 0 24 440 70 67
Binary 10110100 1001100 11001101 1100 111111 0 10100 100100000 111000 110111

Color Harmonies of #B44CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44CCD

Black with #B44CCD

Text Example


Text Example

White with #B44CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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