Html Css Color HEX #B974C9 Medium Orchid

📋 copy color: '#B974C9'

red 185 ◦ green 116 ◦ blue 201

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

Shades of Medium Orchid #B974C9

Tints of Medium Orchid #B974C9

RGB

 RED value IS 185 (72.66% from 255) = 36.85%

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

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

R = 36.85%
G = 23.11%
B = 40.04%

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

#B974C9 (or 0xB974C9) is known color: Medium Orchid. HEX triplet: B9, 74 and C9. RGB value is (185,116,201). Sum of RGB (Red+Green+Blue) = 185+116+201=502 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.85% from 502); Green value is 116 (45.70% from 255 or 23.11% from 502); Blue value is 201 (78.91% from 255 or 40.04% from 502); Max value from RGB is 201 - color contains mainly: blue. Hex color #B974C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B974C9 is #468B36. Grayscale: #929292. Windows color (decimal): -4623159 or 13202617. OLE color: 13202617.

HSL color Cylindrical-coordinate representation of color #B974C9: hue angle of 288.71º 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 #B974C9 is Cyan = 0.08, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 185 116 201 -
CMYK 0.08 0.42 0 0.21
HSL 288.71º 0.44% 0.62% -
HSV(B) 288.71º 0.42% 0.79% -
XYZ 36.8 27.02 58.53 -
YUV 146.32 158.86 155.59 -
System Red Green Blue C M Y K H S L
Decimal 185 116 201 0.08 0.42 0 0.21 288.71 0.44 0.62
Hex B9 74 C9 8 2A 0 15 121 2C 3E
Octal 271 164 311 10 52 0 25 441 54 76
Binary 10111001 1110100 11001001 1000 101010 0 10101 100100001 101100 111110

Color Harmonies of #B974C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B974C9

Black with #B974C9

Text Example


Text Example

White with #B974C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B974C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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