Html Css Color HEX #B875DA Medium Orchid

📋 copy color: '#B875DA'

red 184 ◦ green 117 ◦ blue 218

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

Shades of Medium Orchid #B875DA

Tints of Medium Orchid #B875DA

RGB

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

 GREEN value IS 117 (46.09% from 255) = 22.54%

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

R = 35.45%
G = 22.54%
B = 42%

CMYK

 C value IS 0.16

 M value IS 0.46

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B875DA (or 0xB875DA) is known color: Medium Orchid. HEX triplet: B8, 75 and DA. RGB value is (184,117,218). Sum of RGB (Red+Green+Blue) = 184+117+218=519 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.45% from 519); Green value is 117 (46.09% from 255 or 22.54% from 519); Blue value is 218 (85.55% from 255 or 42.00% from 519); Max value from RGB is 218 - color contains mainly: blue. Hex color #B875DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B875DA is #478A25. Grayscale: #949494. Windows color (decimal): -4688422 or 14316984. OLE color: 14316984.

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

Color convert

RGB 184 117 218 -
CMYK 0.16 0.46 0 0.15
HSL 279.8º 0.58% 0.66% -
HSV(B) 279.8º 0.46% 0.85% -
XYZ 38.78 27.97 69.69 -
YUV 148.55 167.2 153.29 -
System Red Green Blue C M Y K H S L
Decimal 184 117 218 0.16 0.46 0 0.15 279.8 0.58 0.66
Hex B8 75 DA 10 2E 0 F 118 3A 42
Octal 270 165 332 20 56 0 17 430 72 102
Binary 10111000 1110101 11011010 10000 101110 0 1111 100011000 111010 1000010

Color Harmonies of #B875DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B875DA

Black with #B875DA

Text Example


Text Example

White with #B875DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B875DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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