Html Css Color HEX #B874CD Medium Orchid

📋 copy color: '#B874CD'

red 184 ◦ green 116 ◦ blue 205

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

Shades of Medium Orchid #B874CD

Tints of Medium Orchid #B874CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 40.59%

R = 36.44%
G = 22.97%
B = 40.59%

CMYK

 C value IS 0.10

 M value IS 0.43

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B874CD (or 0xB874CD) is known color: Medium Orchid. HEX triplet: B8, 74 and CD. RGB value is (184,116,205). Sum of RGB (Red+Green+Blue) = 184+116+205=505 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.44% from 505); Green value is 116 (45.70% from 255 or 22.97% from 505); Blue value is 205 (80.47% from 255 or 40.59% from 505); Max value from RGB is 205 - color contains mainly: blue. Hex color #B874CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B874CD is #478B32. Grayscale: #929292. Windows color (decimal): -4688691 or 13464760. OLE color: 13464760.

HSL color Cylindrical-coordinate representation of color #B874CD: hue angle of 285.84º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B874CD is Cyan = 0.10, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 184 116 205 -
CMYK 0.10 0.43 0 0.20
HSL 285.84º 0.47% 0.63% -
HSV(B) 285.84º 0.43% 0.8% -
XYZ 37.03 27.09 61.03 -
YUV 146.48 161.03 154.76 -
System Red Green Blue C M Y K H S L
Decimal 184 116 205 0.10 0.43 0 0.20 285.84 0.47 0.63
Hex B8 74 CD A 2B 0 14 11E 2F 3F
Octal 270 164 315 12 53 0 24 436 57 77
Binary 10111000 1110100 11001101 1010 101011 0 10100 100011110 101111 111111

Color Harmonies of #B874CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B874CD

Black with #B874CD

Text Example


Text Example

White with #B874CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B874CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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