Html Css Color HEX #B874C9 Medium Orchid

📋 copy color: '#B874C9'

red 184 ◦ green 116 ◦ blue 201

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

Shades of Medium Orchid #B874C9

Tints of Medium Orchid #B874C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 40.12%

R = 36.73%
G = 23.15%
B = 40.12%

CMYK

 C value IS 0.08

 M value IS 0.42

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B874C9 (or 0xB874C9) is known color: Medium Orchid. HEX triplet: B8, 74 and C9. RGB value is (184,116,201). Sum of RGB (Red+Green+Blue) = 184+116+201=501 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.73% from 501); Green value is 116 (45.70% from 255 or 23.15% from 501); Blue value is 201 (78.91% from 255 or 40.12% from 501); Max value from RGB is 201 - color contains mainly: blue. Hex color #B874C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B874C9 is #478B36. Grayscale: #919191. Windows color (decimal): -4688695 or 13202616. OLE color: 13202616.

HSL color Cylindrical-coordinate representation of color #B874C9: hue angle of 288º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B874C9 is Cyan = 0.08, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 184 116 201 -
CMYK 0.08 0.42 0 0.21
HSL 288º 0.44% 0.62% -
HSV(B) 288º 0.42% 0.79% -
XYZ 36.56 26.9 58.52 -
YUV 146.02 159.03 155.09 -
System Red Green Blue C M Y K H S L
Decimal 184 116 201 0.08 0.42 0 0.21 288 0.44 0.62
Hex B8 74 C9 8 2A 0 15 120 2C 3E
Octal 270 164 311 10 52 0 25 440 54 76
Binary 10111000 1110100 11001001 1000 101010 0 10101 100100000 101100 111110

Color Harmonies of #B874C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B874C9

Black with #B874C9

Text Example


Text Example

White with #B874C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B874C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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