Html Css Color HEX #B846CE Medium Orchid

📋 copy color: '#B846CE'

red 184 ◦ green 70 ◦ blue 206

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

Shades of Medium Orchid #B846CE

Tints of Medium Orchid #B846CE

RGB

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

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

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

R = 40%
G = 15.22%
B = 44.78%

CMYK

 C value IS 0.11

 M value IS 0.66

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B846CE (or 0xB846CE) is known color: Medium Orchid. HEX triplet: B8, 46 and CE. RGB value is (184,70,206). Sum of RGB (Red+Green+Blue) = 184+70+206=460 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40% from 460); Green value is 70 (27.73% from 255 or 15.22% from 460); Blue value is 206 (80.86% from 255 or 44.78% from 460); Max value from RGB is 206 - color contains mainly: blue. Hex color #B846CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B846CE is #47B931. Grayscale: #777777. Windows color (decimal): -4700466 or 13518520. OLE color: 13518520.

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

Color convert

RGB 184 70 206 -
CMYK 0.11 0.66 0 0.19
HSL 290.29º 0.58% 0.54% -
HSV(B) 290.29º 0.66% 0.81% -
XYZ 33.1 19.03 60.32 -
YUV 119.59 176.77 173.94 -
System Red Green Blue C M Y K H S L
Decimal 184 70 206 0.11 0.66 0 0.19 290.29 0.58 0.54
Hex B8 46 CE B 42 0 13 122 3A 36
Octal 270 106 316 13 102 0 23 442 72 66
Binary 10111000 1000110 11001110 1011 1000010 0 10011 100100010 111010 110110

Color Harmonies of #B846CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B846CE

Black with #B846CE

Text Example


Text Example

White with #B846CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B846CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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