Html Css Color HEX #B874DD Medium Orchid

📋 copy color: '#B874DD'

red 184 ◦ green 116 ◦ blue 221

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

Shades of Medium Orchid #B874DD

Tints of Medium Orchid #B874DD

RGB

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

 GREEN value IS 116 (45.7% from 255) = 22.26%

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

R = 35.32%
G = 22.26%
B = 42.42%

CMYK

 C value IS 0.17

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B874DD (or 0xB874DD) is known color: Medium Orchid. HEX triplet: B8, 74 and DD. RGB value is (184,116,221). Sum of RGB (Red+Green+Blue) = 184+116+221=521 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.32% from 521); Green value is 116 (45.70% from 255 or 22.26% from 521); Blue value is 221 (86.72% from 255 or 42.42% from 521); Max value from RGB is 221 - color contains mainly: blue. Hex color #B874DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B874DD is #478B22. Grayscale: #939393. Windows color (decimal): -4688675 or 14513336. OLE color: 14513336.

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

Color convert

RGB 184 116 221 -
CMYK 0.17 0.48 0 0.13
HSL 278.86º 0.61% 0.66% -
HSV(B) 278.86º 0.48% 0.87% -
XYZ 39.06 27.9 71.73 -
YUV 148.3 169.03 153.46 -
System Red Green Blue C M Y K H S L
Decimal 184 116 221 0.17 0.48 0 0.13 278.86 0.61 0.66
Hex B8 74 DD 11 30 0 D 117 3D 42
Octal 270 164 335 21 60 0 15 427 75 102
Binary 10111000 1110100 11011101 10001 110000 0 1101 100010111 111101 1000010

Color Harmonies of #B874DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B874DD

Black with #B874DD

Text Example


Text Example

White with #B874DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B874DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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