Html Css Color HEX #B840DB Medium Orchid

📋 copy color: '#B840DB'

red 184 ◦ green 64 ◦ blue 219

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

Shades of Medium Orchid #B840DB

Tints of Medium Orchid #B840DB

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.7%

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

R = 39.4%
G = 13.7%
B = 46.9%

CMYK

 C value IS 0.16

 M value IS 0.71

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B840DB (or 0xB840DB) is known color: Medium Orchid. HEX triplet: B8, 40 and DB. RGB value is (184,64,219). Sum of RGB (Red+Green+Blue) = 184+64+219=467 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.40% from 467); Green value is 64 (25.39% from 255 or 13.70% from 467); Blue value is 219 (85.94% from 255 or 46.90% from 467); Max value from RGB is 219 - color contains mainly: blue. Hex color #B840DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B840DB is #47BF24. Grayscale: #757575. Windows color (decimal): -4701989 or 14368952. OLE color: 14368952.

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

Color convert

RGB 184 64 219 -
CMYK 0.16 0.71 0 0.14
HSL 286.45º 0.68% 0.55% -
HSV(B) 286.45º 0.71% 0.86% -
XYZ 34.39 18.97 68.87 -
YUV 117.55 185.26 175.4 -
System Red Green Blue C M Y K H S L
Decimal 184 64 219 0.16 0.71 0 0.14 286.45 0.68 0.55
Hex B8 40 DB 10 47 0 E 11E 44 37
Octal 270 100 333 20 107 0 16 436 104 67
Binary 10111000 1000000 11011011 10000 1000111 0 1110 100011110 1000100 110111

Color Harmonies of #B840DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B840DB

Black with #B840DB

Text Example


Text Example

White with #B840DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B840DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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