Html Css Color HEX #B44FEF Medium Orchid

📋 copy color: '#B44FEF'

red 180 ◦ green 79 ◦ blue 239

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

Shades of Medium Orchid #B44FEF

Tints of Medium Orchid #B44FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 47.99%

R = 36.14%
G = 15.86%
B = 47.99%

CMYK

 C value IS 0.25

 M value IS 0.67

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B44FEF (or 0xB44FEF) is known color: Medium Orchid. HEX triplet: B4, 4F and EF. RGB value is (180,79,239). Sum of RGB (Red+Green+Blue) = 180+79+239=498 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.14% from 498); Green value is 79 (31.25% from 255 or 15.86% from 498); Blue value is 239 (93.75% from 255 or 47.99% from 498); Max value from RGB is 239 - color contains mainly: blue. Hex color #B44FEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B44FEF is #4BB010. Grayscale: #7E7E7E. Windows color (decimal): -4960273 or 15683508. OLE color: 15683508.

HSL color Cylindrical-coordinate representation of color #B44FEF: hue angle of 277.88º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B44FEF is Cyan = 0.25, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 180 79 239 -
CMYK 0.25 0.67 0 0.06
HSL 277.88º 0.83% 0.62% -
HSV(B) 277.88º 0.67% 0.94% -
XYZ 37.2 21.53 83.86 -
YUV 127.44 190.96 165.49 -
System Red Green Blue C M Y K H S L
Decimal 180 79 239 0.25 0.67 0 0.06 277.88 0.83 0.62
Hex B4 4F EF 19 43 0 6 116 53 3E
Octal 264 117 357 31 103 0 6 426 123 76
Binary 10110100 1001111 11101111 11001 1000011 0 110 100010110 1010011 111110

Color Harmonies of #B44FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44FEF

Black with #B44FEF

Text Example


Text Example

White with #B44FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44FEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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