Html Css Color HEX #B841DB Medium Orchid

📋 copy color: '#B841DB'

red 184 ◦ green 65 ◦ blue 219

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

Shades of Medium Orchid #B841DB

Tints of Medium Orchid #B841DB

RGB

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

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

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

R = 39.32%
G = 13.89%
B = 46.79%

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

#B841DB (or 0xB841DB) is known color: Medium Orchid. HEX triplet: B8, 41 and DB. RGB value is (184,65,219). Sum of RGB (Red+Green+Blue) = 184+65+219=468 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.32% from 468); Green value is 65 (25.78% from 255 or 13.89% from 468); Blue value is 219 (85.94% from 255 or 46.79% from 468); Max value from RGB is 219 - color contains mainly: blue. Hex color #B841DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B841DB is #47BE24. Grayscale: #757575. Windows color (decimal): -4701733 or 14369208. OLE color: 14369208.

HSL color Cylindrical-coordinate representation of color #B841DB: hue angle of 286.36º degrees, saturation: 0.68, 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 #B841DB is Cyan = 0.16, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 184 65 219 -
CMYK 0.16 0.70 0 0.14
HSL 286.36º 0.68% 0.56% -
HSV(B) 286.36º 0.7% 0.86% -
XYZ 34.44 19.09 68.89 -
YUV 118.14 184.92 174.98 -
System Red Green Blue C M Y K H S L
Decimal 184 65 219 0.16 0.70 0 0.14 286.36 0.68 0.56
Hex B8 41 DB 10 46 0 E 11E 44 38
Octal 270 101 333 20 106 0 16 436 104 70
Binary 10111000 1000001 11011011 10000 1000110 0 1110 100011110 1000100 111000

Color Harmonies of #B841DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B841DB

Black with #B841DB

Text Example


Text Example

White with #B841DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B841DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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