Html Css Color HEX #B944EC Medium Orchid

📋 copy color: '#B944EC'

red 185 ◦ green 68 ◦ blue 236

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

Shades of Medium Orchid #B944EC

Tints of Medium Orchid #B944EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 48.26%

R = 37.83%
G = 13.91%
B = 48.26%

CMYK

 C value IS 0.22

 M value IS 0.71

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B944EC (or 0xB944EC) is known color: Medium Orchid. HEX triplet: B9, 44 and EC. RGB value is (185,68,236). Sum of RGB (Red+Green+Blue) = 185+68+236=489 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.83% from 489); Green value is 68 (26.95% from 255 or 13.91% from 489); Blue value is 236 (92.58% from 255 or 48.26% from 489); Max value from RGB is 236 - color contains mainly: blue. Hex color #B944EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B944EC is #46BB13. Grayscale: #797979. Windows color (decimal): -4635412 or 15484089. OLE color: 15484089.

HSL color Cylindrical-coordinate representation of color #B944EC: hue angle of 281.79º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B944EC is Cyan = 0.22, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 185 68 236 -
CMYK 0.22 0.71 0 0.07
HSL 281.79º 0.82% 0.6% -
HSV(B) 281.79º 0.71% 0.93% -
XYZ 37.22 20.5 81.35 -
YUV 122.14 192.26 172.84 -
System Red Green Blue C M Y K H S L
Decimal 185 68 236 0.22 0.71 0 0.07 281.79 0.82 0.6
Hex B9 44 EC 16 47 0 7 11A 52 3C
Octal 271 104 354 26 107 0 7 432 122 74
Binary 10111001 1000100 11101100 10110 1000111 0 111 100011010 1010010 111100

Color Harmonies of #B944EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B944EC

Black with #B944EC

Text Example


Text Example

White with #B944EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B944EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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