Html Css Color HEX #B873DA Medium Orchid

📋 copy color: '#B873DA'

red 184 ◦ green 115 ◦ blue 218

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

Shades of Medium Orchid #B873DA

Tints of Medium Orchid #B873DA

RGB

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

 GREEN value IS 115 (45.31% from 255) = 22.24%

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

R = 35.59%
G = 22.24%
B = 42.17%

CMYK

 C value IS 0.16

 M value IS 0.47

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B873DA (or 0xB873DA) is known color: Medium Orchid. HEX triplet: B8, 73 and DA. RGB value is (184,115,218). Sum of RGB (Red+Green+Blue) = 184+115+218=517 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.59% from 517); Green value is 115 (45.31% from 255 or 22.24% from 517); Blue value is 218 (85.55% from 255 or 42.17% from 517); Max value from RGB is 218 - color contains mainly: blue. Hex color #B873DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B873DA is #478C25. Grayscale: #939393. Windows color (decimal): -4688934 or 14316472. OLE color: 14316472.

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

Color convert

RGB 184 115 218 -
CMYK 0.16 0.47 0 0.15
HSL 280.19º 0.58% 0.65% -
HSV(B) 280.19º 0.47% 0.85% -
XYZ 38.55 27.51 69.61 -
YUV 147.37 167.86 154.12 -
System Red Green Blue C M Y K H S L
Decimal 184 115 218 0.16 0.47 0 0.15 280.19 0.58 0.65
Hex B8 73 DA 10 2F 0 F 118 3A 41
Octal 270 163 332 20 57 0 17 430 72 101
Binary 10111000 1110011 11011010 10000 101111 0 1111 100011000 111010 1000001

Color Harmonies of #B873DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B873DA

Black with #B873DA

Text Example


Text Example

White with #B873DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B873DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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