Html Css Color HEX #B846CD Medium Orchid

📋 copy color: '#B846CD'

red 184 ◦ green 70 ◦ blue 205

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

Shades of Medium Orchid #B846CD

Tints of Medium Orchid #B846CD

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.25%

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

R = 40.09%
G = 15.25%
B = 44.66%

CMYK

 C value IS 0.10

 M value IS 0.66

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B846CD (or 0xB846CD) is known color: Medium Orchid. HEX triplet: B8, 46 and CD. RGB value is (184,70,205). Sum of RGB (Red+Green+Blue) = 184+70+205=459 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.09% from 459); Green value is 70 (27.73% from 255 or 15.25% from 459); Blue value is 205 (80.47% from 255 or 44.66% from 459); Max value from RGB is 205 - color contains mainly: blue. Hex color #B846CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B846CD is #47B932. Grayscale: #777777. Windows color (decimal): -4700467 or 13452984. OLE color: 13452984.

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

Color convert

RGB 184 70 205 -
CMYK 0.10 0.66 0 0.20
HSL 290.67º 0.57% 0.54% -
HSV(B) 290.67º 0.66% 0.8% -
XYZ 32.98 18.98 59.68 -
YUV 119.48 176.27 174.02 -
System Red Green Blue C M Y K H S L
Decimal 184 70 205 0.10 0.66 0 0.20 290.67 0.57 0.54
Hex B8 46 CD A 42 0 14 123 39 36
Octal 270 106 315 12 102 0 24 443 71 66
Binary 10111000 1000110 11001101 1010 1000010 0 10100 100100011 111001 110110

Color Harmonies of #B846CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B846CD

Black with #B846CD

Text Example


Text Example

White with #B846CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B846CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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