Html Css Color HEX #B841DC Medium Orchid

📋 copy color: '#B841DC'

red 184 ◦ green 65 ◦ blue 220

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

Shades of Medium Orchid #B841DC

Tints of Medium Orchid #B841DC

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.86%

 BLUE value IS 220 (86.33% from 255) = 46.91%

R = 39.23%
G = 13.86%
B = 46.91%

CMYK

 C value IS 0.16

 M value IS 0.70

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B841DC (or 0xB841DC) is known color: Medium Orchid. HEX triplet: B8, 41 and DC. RGB value is (184,65,220). Sum of RGB (Red+Green+Blue) = 184+65+220=469 (62% of max value = 765). Red value is 184 (72.27% from 255 or 39.23% from 469); Green value is 65 (25.78% from 255 or 13.86% from 469); Blue value is 220 (86.33% from 255 or 46.91% from 469); Max value from RGB is 220 - color contains mainly: blue. Hex color #B841DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B841DC is #47BE23. Grayscale: #757575. Windows color (decimal): -4701732 or 14434744. OLE color: 14434744.

HSL color Cylindrical-coordinate representation of color #B841DC: hue angle of 286.06º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B841DC is Cyan = 0.16, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 184 65 220 -
CMYK 0.16 0.70 0 0.14
HSL 286.06º 0.69% 0.56% -
HSV(B) 286.06º 0.7% 0.86% -
XYZ 34.58 19.14 69.58 -
YUV 118.25 185.42 174.9 -
System Red Green Blue C M Y K H S L
Decimal 184 65 220 0.16 0.70 0 0.14 286.06 0.69 0.56
Hex B8 41 DC 10 46 0 E 11E 45 38
Octal 270 101 334 20 106 0 16 436 105 70
Binary 10111000 1000001 11011100 10000 1000110 0 1110 100011110 1000101 111000

Color Harmonies of #B841DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B841DC

Black with #B841DC

Text Example


Text Example

White with #B841DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B841DC; }

 p { color: rgb(184,65,220); }

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

background-color css

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

 a { background-color: rgb(184,65,220); }

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

border-color css

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

 span { border-color: rgb(184,65,220); }

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