Html Css Color HEX #B44CFF Medium Orchid

📋 copy color: '#B44CFF'

red 180 ◦ green 76 ◦ blue 255

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

Shades of Medium Orchid #B44CFF

Tints of Medium Orchid #B44CFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 49.9%

R = 35.23%
G = 14.87%
B = 49.9%

CMYK

 C value IS 0.29

 M value IS 0.70

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B44CFF (or 0xB44CFF) is known color: Medium Orchid. HEX triplet: B4, 4C and FF. RGB value is (180,76,255). Sum of RGB (Red+Green+Blue) = 180+76+255=511 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.23% from 511); Green value is 76 (30.08% from 255 or 14.87% from 511); Blue value is 255 (100% from 255 or 49.90% from 511); Max value from RGB is 255 - color contains mainly: blue. Hex color #B44CFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B44CFF is #4BB300. Grayscale: #7E7E7E. Windows color (decimal): -4961025 or 16731316. OLE color: 16731316.

HSL color Cylindrical-coordinate representation of color #B44CFF: hue angle of 274.86º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B44CFF is Cyan = 0.29, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 180 76 255 -
CMYK 0.29 0.70 0 0
HSL 274.86º 1% 0.65% -
HSV(B) 274.86º 0.7% 1% -
XYZ 39.46 22.09 96.79 -
YUV 127.5 199.96 165.45 -
System Red Green Blue C M Y K H S L
Decimal 180 76 255 0.29 0.70 0 0 274.86 1 0.65
Hex B4 4C FF 1D 46 0 0 113 64 41
Octal 264 114 377 35 106 0 0 423 144 101
Binary 10110100 1001100 11111111 11101 1000110 0 0 100010011 1100100 1000001

Color Harmonies of #B44CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44CFF

Black with #B44CFF

Text Example


Text Example

White with #B44CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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