Html Css Color HEX #B44CE5 Medium Orchid

📋 copy color: '#B44CE5'

red 180 ◦ green 76 ◦ blue 229

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

Shades of Medium Orchid #B44CE5

Tints of Medium Orchid #B44CE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 47.22%

R = 37.11%
G = 15.67%
B = 47.22%

CMYK

 C value IS 0.21

 M value IS 0.67

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B44CE5 (or 0xB44CE5) is known color: Medium Orchid. HEX triplet: B4, 4C and E5. RGB value is (180,76,229). Sum of RGB (Red+Green+Blue) = 180+76+229=485 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.11% from 485); Green value is 76 (30.08% from 255 or 15.67% from 485); Blue value is 229 (89.84% from 255 or 47.22% from 485); Max value from RGB is 229 - color contains mainly: blue. Hex color #B44CE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B44CE5 is #4BB31A. Grayscale: #7C7C7C. Windows color (decimal): -4961051 or 15027380. OLE color: 15027380.

HSL color Cylindrical-coordinate representation of color #B44CE5: hue angle of 280.78º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B44CE5 is Cyan = 0.21, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 180 76 229 -
CMYK 0.21 0.67 0 0.10
HSL 280.78º 0.75% 0.6% -
HSV(B) 280.78º 0.67% 0.9% -
XYZ 35.55 20.53 76.22 -
YUV 124.54 186.96 167.56 -
System Red Green Blue C M Y K H S L
Decimal 180 76 229 0.21 0.67 0 0.10 280.78 0.75 0.6
Hex B4 4C E5 15 43 0 A 119 4B 3C
Octal 264 114 345 25 103 0 12 431 113 74
Binary 10110100 1001100 11100101 10101 1000011 0 1010 100011001 1001011 111100

Color Harmonies of #B44CE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44CE5

Black with #B44CE5

Text Example


Text Example

White with #B44CE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44CE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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