Html Css Color HEX #B944DB Medium Orchid

📋 copy color: '#B944DB'

red 185 ◦ green 68 ◦ blue 219

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

Shades of Medium Orchid #B944DB

Tints of Medium Orchid #B944DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 46.4%

R = 39.19%
G = 14.41%
B = 46.4%

CMYK

 C value IS 0.16

 M value IS 0.69

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B944DB (or 0xB944DB) is known color: Medium Orchid. HEX triplet: B9, 44 and DB. RGB value is (185,68,219). Sum of RGB (Red+Green+Blue) = 185+68+219=472 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.19% from 472); Green value is 68 (26.95% from 255 or 14.41% from 472); Blue value is 219 (85.94% from 255 or 46.40% from 472); Max value from RGB is 219 - color contains mainly: blue. Hex color #B944DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B944DB is #46BB24. Grayscale: #777777. Windows color (decimal): -4635429 or 14369977. OLE color: 14369977.

HSL color Cylindrical-coordinate representation of color #B944DB: hue angle of 286.49º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B944DB is Cyan = 0.16, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 185 68 219 -
CMYK 0.16 0.69 0 0.14
HSL 286.49º 0.68% 0.56% -
HSV(B) 286.49º 0.69% 0.86% -
XYZ 34.86 19.56 68.96 -
YUV 120.2 183.76 174.22 -
System Red Green Blue C M Y K H S L
Decimal 185 68 219 0.16 0.69 0 0.14 286.49 0.68 0.56
Hex B9 44 DB 10 45 0 E 11E 44 38
Octal 271 104 333 20 105 0 16 436 104 70
Binary 10111001 1000100 11011011 10000 1000101 0 1110 100011110 1000100 111000

Color Harmonies of #B944DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B944DB

Black with #B944DB

Text Example


Text Example

White with #B944DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B944DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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