Html Css Color HEX #B944EB Medium Orchid

📋 copy color: '#B944EB'

red 185 ◦ green 68 ◦ blue 235

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

Shades of Medium Orchid #B944EB

Tints of Medium Orchid #B944EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 48.16%

R = 37.91%
G = 13.93%
B = 48.16%

CMYK

 C value IS 0.21

 M value IS 0.71

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B944EB (or 0xB944EB) is known color: Medium Orchid. HEX triplet: B9, 44 and EB. RGB value is (185,68,235). Sum of RGB (Red+Green+Blue) = 185+68+235=488 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.91% from 488); Green value is 68 (26.95% from 255 or 13.93% from 488); Blue value is 235 (92.19% from 255 or 48.16% from 488); Max value from RGB is 235 - color contains mainly: blue. Hex color #B944EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B944EB is #46BB14. Grayscale: #797979. Windows color (decimal): -4635413 or 15418553. OLE color: 15418553.

HSL color Cylindrical-coordinate representation of color #B944EB: hue angle of 282.04º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B944EB is Cyan = 0.21, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 185 68 235 -
CMYK 0.21 0.71 0 0.08
HSL 282.04º 0.81% 0.59% -
HSV(B) 282.04º 0.71% 0.92% -
XYZ 37.07 20.45 80.59 -
YUV 122.02 191.76 172.92 -
System Red Green Blue C M Y K H S L
Decimal 185 68 235 0.21 0.71 0 0.08 282.04 0.81 0.59
Hex B9 44 EB 15 47 0 8 11A 51 3B
Octal 271 104 353 25 107 0 10 432 121 73
Binary 10111001 1000100 11101011 10101 1000111 0 1000 100011010 1010001 111011

Color Harmonies of #B944EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B944EB

Black with #B944EB

Text Example


Text Example

White with #B944EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B944EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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