Html Css Color HEX #B841DF Medium Orchid

📋 copy color: '#B841DF'

red 184 ◦ green 65 ◦ blue 223

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

Shades of Medium Orchid #B841DF

Tints of Medium Orchid #B841DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 47.25%

R = 38.98%
G = 13.77%
B = 47.25%

CMYK

 C value IS 0.17

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B841DF (or 0xB841DF) is known color: Medium Orchid. HEX triplet: B8, 41 and DF. RGB value is (184,65,223). Sum of RGB (Red+Green+Blue) = 184+65+223=472 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.98% from 472); Green value is 65 (25.78% from 255 or 13.77% from 472); Blue value is 223 (87.5% from 255 or 47.25% from 472); Max value from RGB is 223 - color contains mainly: blue. Hex color #B841DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B841DF is #47BE20. Grayscale: #767676. Windows color (decimal): -4701729 or 14631352. OLE color: 14631352.

HSL color Cylindrical-coordinate representation of color #B841DF: hue angle of 285.19º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B841DF is Cyan = 0.17, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 184 65 223 -
CMYK 0.17 0.71 0 0.13
HSL 285.19º 0.71% 0.56% -
HSV(B) 285.19º 0.71% 0.87% -
XYZ 34.98 19.3 71.69 -
YUV 118.59 186.92 174.65 -
System Red Green Blue C M Y K H S L
Decimal 184 65 223 0.17 0.71 0 0.13 285.19 0.71 0.56
Hex B8 41 DF 11 47 0 D 11D 47 38
Octal 270 101 337 21 107 0 15 435 107 70
Binary 10111000 1000001 11011111 10001 1000111 0 1101 100011101 1000111 111000

Color Harmonies of #B841DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B841DF

Black with #B841DF

Text Example


Text Example

White with #B841DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B841DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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