Html Css Color HEX #B976DF Medium Orchid

📋 copy color: '#B976DF'

red 185 ◦ green 118 ◦ blue 223

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

Shades of Medium Orchid #B976DF

Tints of Medium Orchid #B976DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.4%

R = 35.17%
G = 22.43%
B = 42.4%

CMYK

 C value IS 0.17

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B976DF (or 0xB976DF) is known color: Medium Orchid. HEX triplet: B9, 76 and DF. RGB value is (185,118,223). Sum of RGB (Red+Green+Blue) = 185+118+223=526 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.17% from 526); Green value is 118 (46.48% from 255 or 22.43% from 526); Blue value is 223 (87.5% from 255 or 42.40% from 526); Max value from RGB is 223 - color contains mainly: blue. Hex color #B976DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B976DF is #468920. Grayscale: #959595. Windows color (decimal): -4622625 or 14644921. OLE color: 14644921.

HSL color Cylindrical-coordinate representation of color #B976DF: hue angle of 278.29º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B976DF is Cyan = 0.17, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 185 118 223 -
CMYK 0.17 0.47 0 0.13
HSL 278.29º 0.62% 0.67% -
HSV(B) 278.29º 0.47% 0.87% -
XYZ 39.81 28.6 73.23 -
YUV 150 169.2 152.96 -
System Red Green Blue C M Y K H S L
Decimal 185 118 223 0.17 0.47 0 0.13 278.29 0.62 0.67
Hex B9 76 DF 11 2F 0 D 116 3E 43
Octal 271 166 337 21 57 0 15 426 76 103
Binary 10111001 1110110 11011111 10001 101111 0 1101 100010110 111110 1000011

Color Harmonies of #B976DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B976DF

Black with #B976DF

Text Example


Text Example

White with #B976DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B976DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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