Html Css Color HEX #B944E2 Medium Orchid

📋 copy color: '#B944E2'

red 185 ◦ green 68 ◦ blue 226

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

Shades of Medium Orchid #B944E2

Tints of Medium Orchid #B944E2

RGB

 RED value IS 185 (72.66% from 255) = 38.62%

 GREEN value IS 68 (26.95% from 255) = 14.2%

 BLUE value IS 226 (88.67% from 255) = 47.18%

R = 38.62%
G = 14.2%
B = 47.18%

CMYK

 C value IS 0.18

 M value IS 0.70

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B944E2 (or 0xB944E2) is known color: Medium Orchid. HEX triplet: B9, 44 and E2. RGB value is (185,68,226). Sum of RGB (Red+Green+Blue) = 185+68+226=479 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.62% from 479); Green value is 68 (26.95% from 255 or 14.20% from 479); Blue value is 226 (88.67% from 255 or 47.18% from 479); Max value from RGB is 226 - color contains mainly: blue. Hex color #B944E2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B944E2 is #46BB1D. Grayscale: #787878. Windows color (decimal): -4635422 or 14828729. OLE color: 14828729.

HSL color Cylindrical-coordinate representation of color #B944E2: hue angle of 284.43º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B944E2 is Cyan = 0.18, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 185 68 226 -
CMYK 0.18 0.70 0 0.11
HSL 284.43º 0.73% 0.58% -
HSV(B) 284.43º 0.7% 0.89% -
XYZ 35.8 19.94 73.91 -
YUV 121 187.26 173.65 -
System Red Green Blue C M Y K H S L
Decimal 185 68 226 0.18 0.70 0 0.11 284.43 0.73 0.58
Hex B9 44 E2 12 46 0 B 11C 49 3A
Octal 271 104 342 22 106 0 13 434 111 72
Binary 10111001 1000100 11100010 10010 1000110 0 1011 100011100 1001001 111010

Color Harmonies of #B944E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B944E2

Black with #B944E2

Text Example


Text Example

White with #B944E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B944E2; }

 p { color: rgb(185,68,226); }

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

background-color css

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

 a { background-color: rgb(185,68,226); }

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

border-color css

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

 span { border-color: rgb(185,68,226); }

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