Html Css Color HEX #B840DA Medium Orchid

📋 copy color: '#B840DA'

red 184 ◦ green 64 ◦ blue 218

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

Shades of Medium Orchid #B840DA

Tints of Medium Orchid #B840DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 46.78%

R = 39.48%
G = 13.73%
B = 46.78%

CMYK

 C value IS 0.16

 M value IS 0.71

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B840DA (or 0xB840DA) is known color: Medium Orchid. HEX triplet: B8, 40 and DA. RGB value is (184,64,218). Sum of RGB (Red+Green+Blue) = 184+64+218=466 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.48% from 466); Green value is 64 (25.39% from 255 or 13.73% from 466); Blue value is 218 (85.55% from 255 or 46.78% from 466); Max value from RGB is 218 - color contains mainly: blue. Hex color #B840DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B840DA is #47BF25. Grayscale: #747474. Windows color (decimal): -4701990 or 14303416. OLE color: 14303416.

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

Color convert

RGB 184 64 218 -
CMYK 0.16 0.71 0 0.15
HSL 286.75º 0.68% 0.55% -
HSV(B) 286.75º 0.71% 0.85% -
XYZ 34.26 18.92 68.18 -
YUV 117.44 184.76 175.48 -
System Red Green Blue C M Y K H S L
Decimal 184 64 218 0.16 0.71 0 0.15 286.75 0.68 0.55
Hex B8 40 DA 10 47 0 F 11F 44 37
Octal 270 100 332 20 107 0 17 437 104 67
Binary 10111000 1000000 11011010 10000 1000111 0 1111 100011111 1000100 110111

Color Harmonies of #B840DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B840DA

Black with #B840DA

Text Example


Text Example

White with #B840DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B840DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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