Html Css Color HEX #B844DE Medium Orchid

📋 copy color: '#B844DE'

red 184 ◦ green 68 ◦ blue 222

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

Shades of Medium Orchid #B844DE

Tints of Medium Orchid #B844DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 46.84%

R = 38.82%
G = 14.35%
B = 46.84%

CMYK

 C value IS 0.17

 M value IS 0.69

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B844DE (or 0xB844DE) is known color: Medium Orchid. HEX triplet: B8, 44 and DE. RGB value is (184,68,222). Sum of RGB (Red+Green+Blue) = 184+68+222=474 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.82% from 474); Green value is 68 (26.95% from 255 or 14.35% from 474); Blue value is 222 (87.11% from 255 or 46.84% from 474); Max value from RGB is 222 - color contains mainly: blue. Hex color #B844DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B844DE is #47BB21. Grayscale: #777777. Windows color (decimal): -4700962 or 14566584. OLE color: 14566584.

HSL color Cylindrical-coordinate representation of color #B844DE: hue angle of 285.19º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B844DE is Cyan = 0.17, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 184 68 222 -
CMYK 0.17 0.69 0 0.13
HSL 285.19º 0.7% 0.57% -
HSV(B) 285.19º 0.69% 0.87% -
XYZ 35.02 19.6 71.04 -
YUV 120.24 185.43 173.48 -
System Red Green Blue C M Y K H S L
Decimal 184 68 222 0.17 0.69 0 0.13 285.19 0.7 0.57
Hex B8 44 DE 11 45 0 D 11D 46 39
Octal 270 104 336 21 105 0 15 435 106 71
Binary 10111000 1000100 11011110 10001 1000101 0 1101 100011101 1000110 111001

Color Harmonies of #B844DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B844DE

Black with #B844DE

Text Example


Text Example

White with #B844DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B844DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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