Html Css Color HEX #B975D0 Medium Orchid

📋 copy color: '#B975D0'

red 185 ◦ green 117 ◦ blue 208

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

Shades of Medium Orchid #B975D0

Tints of Medium Orchid #B975D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 40.78%

R = 36.27%
G = 22.94%
B = 40.78%

CMYK

 C value IS 0.11

 M value IS 0.44

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B975D0 (or 0xB975D0) is known color: Medium Orchid. HEX triplet: B9, 75 and D0. RGB value is (185,117,208). Sum of RGB (Red+Green+Blue) = 185+117+208=510 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.27% from 510); Green value is 117 (46.09% from 255 or 22.94% from 510); Blue value is 208 (81.64% from 255 or 40.78% from 510); Max value from RGB is 208 - color contains mainly: blue. Hex color #B975D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B975D0 is #468A2F. Grayscale: #939393. Windows color (decimal): -4622896 or 13661625. OLE color: 13661625.

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

Color convert

RGB 185 117 208 -
CMYK 0.11 0.44 0 0.18
HSL 284.84º 0.49% 0.64% -
HSV(B) 284.84º 0.44% 0.82% -
XYZ 37.75 27.59 63.01 -
YUV 147.71 162.03 154.6 -
System Red Green Blue C M Y K H S L
Decimal 185 117 208 0.11 0.44 0 0.18 284.84 0.49 0.64
Hex B9 75 D0 B 2C 0 12 11D 31 40
Octal 271 165 320 13 54 0 22 435 61 100
Binary 10111001 1110101 11010000 1011 101100 0 10010 100011101 110001 1000000

Color Harmonies of #B975D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B975D0

Black with #B975D0

Text Example


Text Example

White with #B975D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B975D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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