Html Css Color HEX #B844CE Medium Orchid

📋 copy color: '#B844CE'

red 184 ◦ green 68 ◦ blue 206

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

Shades of Medium Orchid #B844CE

Tints of Medium Orchid #B844CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.98%

R = 40.17%
G = 14.85%
B = 44.98%

CMYK

 C value IS 0.11

 M value IS 0.67

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B844CE (or 0xB844CE) is known color: Medium Orchid. HEX triplet: B8, 44 and CE. RGB value is (184,68,206). Sum of RGB (Red+Green+Blue) = 184+68+206=458 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.17% from 458); Green value is 68 (26.95% from 255 or 14.85% from 458); Blue value is 206 (80.86% from 255 or 44.98% from 458); Max value from RGB is 206 - color contains mainly: blue. Hex color #B844CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B844CE is #47BB31. Grayscale: #757575. Windows color (decimal): -4700978 or 13518008. OLE color: 13518008.

HSL color Cylindrical-coordinate representation of color #B844CE: hue angle of 290.43º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B844CE is Cyan = 0.11, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 184 68 206 -
CMYK 0.11 0.67 0 0.19
HSL 290.43º 0.58% 0.54% -
HSV(B) 290.43º 0.67% 0.81% -
XYZ 32.97 18.78 60.28 -
YUV 118.42 177.43 174.78 -
System Red Green Blue C M Y K H S L
Decimal 184 68 206 0.11 0.67 0 0.19 290.43 0.58 0.54
Hex B8 44 CE B 43 0 13 122 3A 36
Octal 270 104 316 13 103 0 23 442 72 66
Binary 10111000 1000100 11001110 1011 1000011 0 10011 100100010 111010 110110

Color Harmonies of #B844CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B844CE

Black with #B844CE

Text Example


Text Example

White with #B844CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B844CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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