Html Css Color HEX #B844CD Medium Orchid

📋 copy color: '#B844CD'

red 184 ◦ green 68 ◦ blue 205

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

Shades of Medium Orchid #B844CD

Tints of Medium Orchid #B844CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 44.86%

R = 40.26%
G = 14.88%
B = 44.86%

CMYK

 C value IS 0.10

 M value IS 0.67

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B844CD (or 0xB844CD) is known color: Medium Orchid. HEX triplet: B8, 44 and CD. RGB value is (184,68,205). Sum of RGB (Red+Green+Blue) = 184+68+205=457 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.26% from 457); Green value is 68 (26.95% from 255 or 14.88% from 457); Blue value is 205 (80.47% from 255 or 44.86% from 457); Max value from RGB is 205 - color contains mainly: blue. Hex color #B844CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B844CD is #47BB32. Grayscale: #757575. Windows color (decimal): -4700979 or 13452472. OLE color: 13452472.

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

Color convert

RGB 184 68 205 -
CMYK 0.10 0.67 0 0.20
HSL 290.8º 0.58% 0.54% -
HSV(B) 290.8º 0.67% 0.8% -
XYZ 32.85 18.73 59.64 -
YUV 118.3 176.93 174.86 -
System Red Green Blue C M Y K H S L
Decimal 184 68 205 0.10 0.67 0 0.20 290.8 0.58 0.54
Hex B8 44 CD A 43 0 14 123 3A 36
Octal 270 104 315 12 103 0 24 443 72 66
Binary 10111000 1000100 11001101 1010 1000011 0 10100 100100011 111010 110110

Color Harmonies of #B844CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B844CD

Black with #B844CD

Text Example


Text Example

White with #B844CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B844CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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