Html Css Color HEX #B974CF Medium Orchid

📋 copy color: '#B974CF'

red 185 ◦ green 116 ◦ blue 207

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

Shades of Medium Orchid #B974CF

Tints of Medium Orchid #B974CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 40.75%

R = 36.42%
G = 22.83%
B = 40.75%

CMYK

 C value IS 0.11

 M value IS 0.44

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B974CF (or 0xB974CF) is known color: Medium Orchid. HEX triplet: B9, 74 and CF. RGB value is (185,116,207). Sum of RGB (Red+Green+Blue) = 185+116+207=508 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.42% from 508); Green value is 116 (45.70% from 255 or 22.83% from 508); Blue value is 207 (81.25% from 255 or 40.75% from 508); Max value from RGB is 207 - color contains mainly: blue. Hex color #B974CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B974CF is #468B30. Grayscale: #929292. Windows color (decimal): -4623153 or 13595833. OLE color: 13595833.

HSL color Cylindrical-coordinate representation of color #B974CF: hue angle of 285.49º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B974CF is Cyan = 0.11, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 185 116 207 -
CMYK 0.11 0.44 0 0.19
HSL 285.49º 0.49% 0.63% -
HSV(B) 285.49º 0.44% 0.81% -
XYZ 37.52 27.31 62.33 -
YUV 147.01 161.86 155.1 -
System Red Green Blue C M Y K H S L
Decimal 185 116 207 0.11 0.44 0 0.19 285.49 0.49 0.63
Hex B9 74 CF B 2C 0 13 11D 31 3F
Octal 271 164 317 13 54 0 23 435 61 77
Binary 10111001 1110100 11001111 1011 101100 0 10011 100011101 110001 111111

Color Harmonies of #B974CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B974CF

Black with #B974CF

Text Example


Text Example

White with #B974CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B974CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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