Html Css Color HEX #B846CC Medium Orchid

📋 copy color: '#B846CC'

red 184 ◦ green 70 ◦ blue 204

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

Shades of Medium Orchid #B846CC

Tints of Medium Orchid #B846CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 44.54%

R = 40.17%
G = 15.28%
B = 44.54%

CMYK

 C value IS 0.10

 M value IS 0.66

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B846CC (or 0xB846CC) is known color: Medium Orchid. HEX triplet: B8, 46 and CC. RGB value is (184,70,204). Sum of RGB (Red+Green+Blue) = 184+70+204=458 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.17% from 458); Green value is 70 (27.73% from 255 or 15.28% from 458); Blue value is 204 (80.08% from 255 or 44.54% from 458); Max value from RGB is 204 - color contains mainly: blue. Hex color #B846CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B846CC is #47B933. Grayscale: #767676. Windows color (decimal): -4700468 or 13387448. OLE color: 13387448.

HSL color Cylindrical-coordinate representation of color #B846CC: hue angle of 291.04º 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 #B846CC is Cyan = 0.10, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 184 70 204 -
CMYK 0.10 0.66 0 0.2
HSL 291.04º 0.57% 0.54% -
HSV(B) 291.04º 0.66% 0.8% -
XYZ 32.86 18.93 59.05 -
YUV 119.36 175.77 174.1 -
System Red Green Blue C M Y K H S L
Decimal 184 70 204 0.10 0.66 0 0.2 291.04 0.57 0.54
Hex B8 46 CC A 42 0 14 123 39 36
Octal 270 106 314 12 102 0 24 443 71 66
Binary 10111000 1000110 11001100 1010 1000010 0 10100 100100011 111001 110110

Color Harmonies of #B846CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B846CC

Black with #B846CC

Text Example


Text Example

White with #B846CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B846CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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