Html Css Color HEX #B974CE Medium Orchid

📋 copy color: '#B974CE'

red 185 ◦ green 116 ◦ blue 206

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

Shades of Medium Orchid #B974CE

Tints of Medium Orchid #B974CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40.63%

R = 36.49%
G = 22.88%
B = 40.63%

CMYK

 C value IS 0.10

 M value IS 0.44

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B974CE (or 0xB974CE) is known color: Medium Orchid. HEX triplet: B9, 74 and CE. RGB value is (185,116,206). Sum of RGB (Red+Green+Blue) = 185+116+206=507 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.49% from 507); Green value is 116 (45.70% from 255 or 22.88% from 507); Blue value is 206 (80.86% from 255 or 40.63% from 507); Max value from RGB is 206 - color contains mainly: blue. Hex color #B974CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B974CE is #468B31. Grayscale: #929292. Windows color (decimal): -4623154 or 13530297. OLE color: 13530297.

HSL color Cylindrical-coordinate representation of color #B974CE: hue angle of 286º degrees, saturation: 0.48, 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 #B974CE is Cyan = 0.10, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 185 116 206 -
CMYK 0.10 0.44 0 0.19
HSL 286º 0.48% 0.63% -
HSV(B) 286º 0.44% 0.81% -
XYZ 37.39 27.26 61.68 -
YUV 146.89 161.36 155.18 -
System Red Green Blue C M Y K H S L
Decimal 185 116 206 0.10 0.44 0 0.19 286 0.48 0.63
Hex B9 74 CE A 2C 0 13 11E 30 3F
Octal 271 164 316 12 54 0 23 436 60 77
Binary 10111001 1110100 11001110 1010 101100 0 10011 100011110 110000 111111

Color Harmonies of #B974CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B974CE

Black with #B974CE

Text Example


Text Example

White with #B974CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B974CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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