Html Css Color HEX #B875DD Medium Orchid

📋 copy color: '#B875DD'

red 184 ◦ green 117 ◦ blue 221

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

Shades of Medium Orchid #B875DD

Tints of Medium Orchid #B875DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.34%

R = 35.25%
G = 22.41%
B = 42.34%

CMYK

 C value IS 0.17

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B875DD (or 0xB875DD) is known color: Medium Orchid. HEX triplet: B8, 75 and DD. RGB value is (184,117,221). Sum of RGB (Red+Green+Blue) = 184+117+221=522 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.25% from 522); Green value is 117 (46.09% from 255 or 22.41% from 522); Blue value is 221 (86.72% from 255 or 42.34% from 522); Max value from RGB is 221 - color contains mainly: blue. Hex color #B875DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B875DD is #478A22. Grayscale: #949494. Windows color (decimal): -4688419 or 14513592. OLE color: 14513592.

HSL color Cylindrical-coordinate representation of color #B875DD: hue angle of 278.65º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B875DD is Cyan = 0.17, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 184 117 221 -
CMYK 0.17 0.47 0 0.13
HSL 278.65º 0.6% 0.66% -
HSV(B) 278.65º 0.47% 0.87% -
XYZ 39.18 28.13 71.77 -
YUV 148.89 168.7 153.04 -
System Red Green Blue C M Y K H S L
Decimal 184 117 221 0.17 0.47 0 0.13 278.65 0.6 0.66
Hex B8 75 DD 11 2F 0 D 117 3C 42
Octal 270 165 335 21 57 0 15 427 74 102
Binary 10111000 1110101 11011101 10001 101111 0 1101 100010111 111100 1000010

Color Harmonies of #B875DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B875DD

Black with #B875DD

Text Example


Text Example

White with #B875DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B875DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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