Html Css Color HEX #B975C9 Medium Orchid

📋 copy color: '#B975C9'

red 185 ◦ green 117 ◦ blue 201

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

Shades of Medium Orchid #B975C9

Tints of Medium Orchid #B975C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 39.96%

R = 36.78%
G = 23.26%
B = 39.96%

CMYK

 C value IS 0.08

 M value IS 0.42

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B975C9 (or 0xB975C9) is known color: Medium Orchid. HEX triplet: B9, 75 and C9. RGB value is (185,117,201). Sum of RGB (Red+Green+Blue) = 185+117+201=503 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.78% from 503); Green value is 117 (46.09% from 255 or 23.26% from 503); Blue value is 201 (78.91% from 255 or 39.96% from 503); Max value from RGB is 201 - color contains mainly: blue. Hex color #B975C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B975C9 is #468A36. Grayscale: #929292. Windows color (decimal): -4622903 or 13202873. OLE color: 13202873.

HSL color Cylindrical-coordinate representation of color #B975C9: hue angle of 288.57º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B975C9 is Cyan = 0.08, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 185 117 201 -
CMYK 0.08 0.42 0 0.21
HSL 288.57º 0.44% 0.62% -
HSV(B) 288.57º 0.42% 0.79% -
XYZ 36.91 27.25 58.57 -
YUV 146.91 158.53 155.17 -
System Red Green Blue C M Y K H S L
Decimal 185 117 201 0.08 0.42 0 0.21 288.57 0.44 0.62
Hex B9 75 C9 8 2A 0 15 121 2C 3E
Octal 271 165 311 10 52 0 25 441 54 76
Binary 10111001 1110101 11001001 1000 101010 0 10101 100100001 101100 111110

Color Harmonies of #B975C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B975C9

Black with #B975C9

Text Example


Text Example

White with #B975C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B975C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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