Html Css Color HEX #B975D9 Medium Orchid

📋 copy color: '#B975D9'

red 185 ◦ green 117 ◦ blue 217

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

Shades of Medium Orchid #B975D9

Tints of Medium Orchid #B975D9

RGB

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

 GREEN value IS 117 (46.09% from 255) = 22.54%

 BLUE value IS 217 (85.16% from 255) = 41.81%

R = 35.65%
G = 22.54%
B = 41.81%

CMYK

 C value IS 0.15

 M value IS 0.46

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B975D9 (or 0xB975D9) is known color: Medium Orchid. HEX triplet: B9, 75 and D9. RGB value is (185,117,217). Sum of RGB (Red+Green+Blue) = 185+117+217=519 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.65% from 519); Green value is 117 (46.09% from 255 or 22.54% from 519); Blue value is 217 (85.16% from 255 or 41.81% from 519); Max value from RGB is 217 - color contains mainly: blue. Hex color #B975D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B975D9 is #468A26. Grayscale: #949494. Windows color (decimal): -4622887 or 14251449. OLE color: 14251449.

HSL color Cylindrical-coordinate representation of color #B975D9: hue angle of 280.8º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B975D9 is Cyan = 0.15, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 185 117 217 -
CMYK 0.15 0.46 0 0.15
HSL 280.8º 0.57% 0.65% -
HSV(B) 280.8º 0.46% 0.85% -
XYZ 38.89 28.05 69.01 -
YUV 148.73 166.53 153.87 -
System Red Green Blue C M Y K H S L
Decimal 185 117 217 0.15 0.46 0 0.15 280.8 0.57 0.65
Hex B9 75 D9 F 2E 0 F 119 39 41
Octal 271 165 331 17 56 0 17 431 71 101
Binary 10111001 1110101 11011001 1111 101110 0 1111 100011001 111001 1000001

Color Harmonies of #B975D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B975D9

Black with #B975D9

Text Example


Text Example

White with #B975D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B975D9; }

 p { color: rgb(185,117,217); }

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

background-color css

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

 a { background-color: rgb(185,117,217); }

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

border-color css

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

 span { border-color: rgb(185,117,217); }

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