Html Css Color HEX #B846DB Medium Orchid

📋 copy color: '#B846DB'

red 184 ◦ green 70 ◦ blue 219

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

Shades of Medium Orchid #B846DB

Tints of Medium Orchid #B846DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 46.3%

R = 38.9%
G = 14.8%
B = 46.3%

CMYK

 C value IS 0.16

 M value IS 0.68

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B846DB (or 0xB846DB) is known color: Medium Orchid. HEX triplet: B8, 46 and DB. RGB value is (184,70,219). Sum of RGB (Red+Green+Blue) = 184+70+219=473 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.90% from 473); Green value is 70 (27.73% from 255 or 14.80% from 473); Blue value is 219 (85.94% from 255 or 46.30% from 473); Max value from RGB is 219 - color contains mainly: blue. Hex color #B846DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B846DB is #47B924. Grayscale: #787878. Windows color (decimal): -4700453 or 14370488. OLE color: 14370488.

HSL color Cylindrical-coordinate representation of color #B846DB: hue angle of 285.91º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B846DB is Cyan = 0.16, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 184 70 219 -
CMYK 0.16 0.68 0 0.14
HSL 285.91º 0.67% 0.57% -
HSV(B) 285.91º 0.68% 0.86% -
XYZ 34.74 19.69 68.99 -
YUV 121.07 183.27 172.88 -
System Red Green Blue C M Y K H S L
Decimal 184 70 219 0.16 0.68 0 0.14 285.91 0.67 0.57
Hex B8 46 DB 10 44 0 E 11E 43 39
Octal 270 106 333 20 104 0 16 436 103 71
Binary 10111000 1000110 11011011 10000 1000100 0 1110 100011110 1000011 111001

Color Harmonies of #B846DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B846DB

Black with #B846DB

Text Example


Text Example

White with #B846DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B846DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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