Html Css Color HEX #B976CF Medium Orchid

📋 copy color: '#B976CF'

red 185 ◦ green 118 ◦ blue 207

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

Shades of Medium Orchid #B976CF

Tints of Medium Orchid #B976CF

RGB

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

 GREEN value IS 118 (46.48% from 255) = 23.14%

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

R = 36.27%
G = 23.14%
B = 40.59%

CMYK

 C value IS 0.11

 M value IS 0.43

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B976CF (or 0xB976CF) is known color: Medium Orchid. HEX triplet: B9, 76 and CF. RGB value is (185,118,207). Sum of RGB (Red+Green+Blue) = 185+118+207=510 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.27% from 510); Green value is 118 (46.48% from 255 or 23.14% from 510); Blue value is 207 (81.25% from 255 or 40.59% from 510); Max value from RGB is 207 - color contains mainly: blue. Hex color #B976CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B976CF is #468930. Grayscale: #939393. Windows color (decimal): -4622641 or 13596345. OLE color: 13596345.

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

Color convert

RGB 185 118 207 -
CMYK 0.11 0.43 0 0.19
HSL 285.17º 0.48% 0.64% -
HSV(B) 285.17º 0.43% 0.81% -
XYZ 37.75 27.78 62.4 -
YUV 148.18 161.2 154.26 -
System Red Green Blue C M Y K H S L
Decimal 185 118 207 0.11 0.43 0 0.19 285.17 0.48 0.64
Hex B9 76 CF B 2B 0 13 11D 30 40
Octal 271 166 317 13 53 0 23 435 60 100
Binary 10111001 1110110 11001111 1011 101011 0 10011 100011101 110000 1000000

Color Harmonies of #B976CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B976CF

Black with #B976CF

Text Example


Text Example

White with #B976CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B976CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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