Html Css Color HEX #B874D5 Medium Orchid

📋 copy color: '#B874D5'

red 184 ◦ green 116 ◦ blue 213

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

Shades of Medium Orchid #B874D5

Tints of Medium Orchid #B874D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 41.52%

R = 35.87%
G = 22.61%
B = 41.52%

CMYK

 C value IS 0.14

 M value IS 0.46

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B874D5 (or 0xB874D5) is known color: Medium Orchid. HEX triplet: B8, 74 and D5. RGB value is (184,116,213). Sum of RGB (Red+Green+Blue) = 184+116+213=513 (67% of max value = 765). Red value is 184 (72.27% from 255 or 35.87% from 513); Green value is 116 (45.70% from 255 or 22.61% from 513); Blue value is 213 (83.59% from 255 or 41.52% from 513); Max value from RGB is 213 - color contains mainly: blue. Hex color #B874D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B874D5 is #478B2A. Grayscale: #939393. Windows color (decimal): -4688683 or 13989048. OLE color: 13989048.

HSL color Cylindrical-coordinate representation of color #B874D5: hue angle of 282.06º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B874D5 is Cyan = 0.14, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 184 116 213 -
CMYK 0.14 0.46 0 0.16
HSL 282.06º 0.54% 0.65% -
HSV(B) 282.06º 0.46% 0.84% -
XYZ 38.02 27.49 66.25 -
YUV 147.39 165.03 154.11 -
System Red Green Blue C M Y K H S L
Decimal 184 116 213 0.14 0.46 0 0.16 282.06 0.54 0.65
Hex B8 74 D5 E 2E 0 10 11A 36 41
Octal 270 164 325 16 56 0 20 432 66 101
Binary 10111000 1110100 11010101 1110 101110 0 10000 100011010 110110 1000001

Color Harmonies of #B874D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B874D5

Black with #B874D5

Text Example


Text Example

White with #B874D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B874D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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