Html Css Color HEX #B844DB Medium Orchid

📋 copy color: '#B844DB'

red 184 ◦ green 68 ◦ blue 219

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

Shades of Medium Orchid #B844DB

Tints of Medium Orchid #B844DB

RGB

 RED value IS 184 (72.27% from 255) = 39.07%

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

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

R = 39.07%
G = 14.44%
B = 46.5%

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

#B844DB (or 0xB844DB) is known color: Medium Orchid. HEX triplet: B8, 44 and DB. RGB value is (184,68,219). Sum of RGB (Red+Green+Blue) = 184+68+219=471 (62% of max value = 765). Red value is 184 (72.27% from 255 or 39.07% from 471); Green value is 68 (26.95% from 255 or 14.44% from 471); Blue value is 219 (85.94% from 255 or 46.50% from 471); Max value from RGB is 219 - color contains mainly: blue. Hex color #B844DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B844DB is #47BB24. Grayscale: #777777. Windows color (decimal): -4700965 or 14369976. OLE color: 14369976.

HSL color Cylindrical-coordinate representation of color #B844DB: hue angle of 286.09º 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 #B844DB is Cyan = 0.16, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 184 68 219 -
CMYK 0.16 0.69 0 0.14
HSL 286.09º 0.68% 0.56% -
HSV(B) 286.09º 0.69% 0.86% -
XYZ 34.62 19.44 68.95 -
YUV 119.9 183.93 173.72 -
System Red Green Blue C M Y K H S L
Decimal 184 68 219 0.16 0.69 0 0.14 286.09 0.68 0.56
Hex B8 44 DB 10 45 0 E 11E 44 38
Octal 270 104 333 20 105 0 16 436 104 70
Binary 10111000 1000100 11011011 10000 1000101 0 1110 100011110 1000100 111000

Color Harmonies of #B844DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B844DB

Black with #B844DB

Text Example


Text Example

White with #B844DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B844DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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