Html Css Color HEX #B974D9 Medium Orchid

📋 copy color: '#B974D9'

red 185 ◦ green 116 ◦ blue 217

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

Shades of Medium Orchid #B974D9

Tints of Medium Orchid #B974D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 41.89%

R = 35.71%
G = 22.39%
B = 41.89%

CMYK

 C value IS 0.15

 M value IS 0.47

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B974D9 (or 0xB974D9) is known color: Medium Orchid. HEX triplet: B9, 74 and D9. RGB value is (185,116,217). Sum of RGB (Red+Green+Blue) = 185+116+217=518 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.71% from 518); Green value is 116 (45.70% from 255 or 22.39% from 518); Blue value is 217 (85.16% from 255 or 41.89% from 518); Max value from RGB is 217 - color contains mainly: blue. Hex color #B974D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B974D9 is #468B26. Grayscale: #939393. Windows color (decimal): -4623143 or 14251193. OLE color: 14251193.

HSL color Cylindrical-coordinate representation of color #B974D9: hue angle of 280.99º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B974D9 is Cyan = 0.15, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 185 116 217 -
CMYK 0.15 0.47 0 0.15
HSL 280.99º 0.57% 0.65% -
HSV(B) 280.99º 0.47% 0.85% -
XYZ 38.78 27.81 68.97 -
YUV 148.15 166.86 154.29 -
System Red Green Blue C M Y K H S L
Decimal 185 116 217 0.15 0.47 0 0.15 280.99 0.57 0.65
Hex B9 74 D9 F 2F 0 F 119 39 41
Octal 271 164 331 17 57 0 17 431 71 101
Binary 10111001 1110100 11011001 1111 101111 0 1111 100011001 111001 1000001

Color Harmonies of #B974D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B974D9

Black with #B974D9

Text Example


Text Example

White with #B974D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B974D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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