Html Css Color HEX #B974C6 Medium Orchid

📋 copy color: '#B974C6'

red 185 ◦ green 116 ◦ blue 198

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

Shades of Medium Orchid #B974C6

Tints of Medium Orchid #B974C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 39.68%

R = 37.07%
G = 23.25%
B = 39.68%

CMYK

 C value IS 0.07

 M value IS 0.41

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B974C6 (or 0xB974C6) is known color: Medium Orchid. HEX triplet: B9, 74 and C6. RGB value is (185,116,198). Sum of RGB (Red+Green+Blue) = 185+116+198=499 (66% of max value = 765). Red value is 185 (72.66% from 255 or 37.07% from 499); Green value is 116 (45.70% from 255 or 23.25% from 499); Blue value is 198 (77.73% from 255 or 39.68% from 499); Max value from RGB is 198 - color contains mainly: blue. Hex color #B974C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B974C6 is #468B39. Grayscale: #919191. Windows color (decimal): -4623162 or 13006009. OLE color: 13006009.

HSL color Cylindrical-coordinate representation of color #B974C6: hue angle of 290.49º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B974C6 is Cyan = 0.07, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 185 116 198 -
CMYK 0.07 0.41 0 0.22
HSL 290.49º 0.42% 0.62% -
HSV(B) 290.49º 0.41% 0.78% -
XYZ 36.45 26.88 56.69 -
YUV 145.98 157.36 155.83 -
System Red Green Blue C M Y K H S L
Decimal 185 116 198 0.07 0.41 0 0.22 290.49 0.42 0.62
Hex B9 74 C6 7 29 0 16 122 2A 3E
Octal 271 164 306 7 51 0 26 442 52 76
Binary 10111001 1110100 11000110 111 101001 0 10110 100100010 101010 111110

Color Harmonies of #B974C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B974C6

Black with #B974C6

Text Example


Text Example

White with #B974C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B974C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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