Html Css Color HEX #B44FFE Medium Orchid

📋 copy color: '#B44FFE'

red 180 ◦ green 79 ◦ blue 254

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

Shades of Medium Orchid #B44FFE

Tints of Medium Orchid #B44FFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 49.51%

R = 35.09%
G = 15.4%
B = 49.51%

CMYK

 C value IS 0.29

 M value IS 0.69

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B44FFE (or 0xB44FFE) is known color: Medium Orchid. HEX triplet: B4, 4F and FE. RGB value is (180,79,254). Sum of RGB (Red+Green+Blue) = 180+79+254=513 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.09% from 513); Green value is 79 (31.25% from 255 or 15.40% from 513); Blue value is 254 (99.61% from 255 or 49.51% from 513); Max value from RGB is 254 - color contains mainly: blue. Hex color #B44FFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B44FFE is #4BB001. Grayscale: #808080. Windows color (decimal): -4960258 or 16666548. OLE color: 16666548.

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

Color convert

RGB 180 79 254 -
CMYK 0.29 0.69 0 0.00
HSL 274.63º 0.99% 0.65% -
HSV(B) 274.63º 0.69% 1% -
XYZ 39.51 22.45 96.02 -
YUV 129.15 198.46 164.27 -
System Red Green Blue C M Y K H S L
Decimal 180 79 254 0.29 0.69 0 0.00 274.63 0.99 0.65
Hex B4 4F FE 1D 45 0 0 113 63 41
Octal 264 117 376 35 105 0 0 423 143 101
Binary 10110100 1001111 11111110 11101 1000101 0 0 100010011 1100011 1000001

Color Harmonies of #B44FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44FFE

Black with #B44FFE

Text Example


Text Example

White with #B44FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44FFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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