Html Css Color HEX #B44FFC Medium Orchid

📋 copy color: '#B44FFC'

red 180 ◦ green 79 ◦ blue 252

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

Shades of Medium Orchid #B44FFC

Tints of Medium Orchid #B44FFC

RGB

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

 GREEN value IS 79 (31.25% from 255) = 15.46%

 BLUE value IS 252 (98.83% from 255) = 49.32%

R = 35.23%
G = 15.46%
B = 49.32%

CMYK

 C value IS 0.29

 M value IS 0.69

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B44FFC (or 0xB44FFC) is known color: Medium Orchid. HEX triplet: B4, 4F and FC. RGB value is (180,79,252). Sum of RGB (Red+Green+Blue) = 180+79+252=511 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.23% from 511); Green value is 79 (31.25% from 255 or 15.46% from 511); Blue value is 252 (98.83% from 255 or 49.32% from 511); Max value from RGB is 252 - color contains mainly: blue. Hex color #B44FFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B44FFC is #4BB003. Grayscale: #808080. Windows color (decimal): -4960260 or 16535476. OLE color: 16535476.

HSL color Cylindrical-coordinate representation of color #B44FFC: hue angle of 275.03º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B44FFC is Cyan = 0.29, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 180 79 252 -
CMYK 0.29 0.69 0 0.01
HSL 275.03º 0.97% 0.65% -
HSV(B) 275.03º 0.69% 0.99% -
XYZ 39.19 22.32 94.34 -
YUV 128.92 197.46 164.43 -
System Red Green Blue C M Y K H S L
Decimal 180 79 252 0.29 0.69 0 0.01 275.03 0.97 0.65
Hex B4 4F FC 1D 45 0 1 113 61 41
Octal 264 117 374 35 105 0 1 423 141 101
Binary 10110100 1001111 11111100 11101 1000101 0 1 100010011 1100001 1000001

Color Harmonies of #B44FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44FFC

Black with #B44FFC

Text Example


Text Example

White with #B44FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44FFC; }

 p { color: rgb(180,79,252); }

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

background-color css

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

 a { background-color: rgb(180,79,252); }

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

border-color css

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

 span { border-color: rgb(180,79,252); }

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