Html Css Color HEX #B975CD Medium Orchid

📋 copy color: '#B975CD'

red 185 ◦ green 117 ◦ blue 205

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

Shades of Medium Orchid #B975CD

Tints of Medium Orchid #B975CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 40.43%

R = 36.49%
G = 23.08%
B = 40.43%

CMYK

 C value IS 0.10

 M value IS 0.43

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B975CD (or 0xB975CD) is known color: Medium Orchid. HEX triplet: B9, 75 and CD. RGB value is (185,117,205). Sum of RGB (Red+Green+Blue) = 185+117+205=507 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.49% from 507); Green value is 117 (46.09% from 255 or 23.08% from 507); Blue value is 205 (80.47% from 255 or 40.43% from 507); Max value from RGB is 205 - color contains mainly: blue. Hex color #B975CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B975CD is #468A32. Grayscale: #939393. Windows color (decimal): -4622899 or 13465017. OLE color: 13465017.

HSL color Cylindrical-coordinate representation of color #B975CD: hue angle of 286.36º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B975CD is Cyan = 0.10, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 185 117 205 -
CMYK 0.10 0.43 0 0.20
HSL 286.36º 0.47% 0.63% -
HSV(B) 286.36º 0.43% 0.8% -
XYZ 37.39 27.44 61.08 -
YUV 147.36 160.53 154.84 -
System Red Green Blue C M Y K H S L
Decimal 185 117 205 0.10 0.43 0 0.20 286.36 0.47 0.63
Hex B9 75 CD A 2B 0 14 11E 2F 3F
Octal 271 165 315 12 53 0 24 436 57 77
Binary 10111001 1110101 11001101 1010 101011 0 10100 100011110 101111 111111

Color Harmonies of #B975CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B975CD

Black with #B975CD

Text Example


Text Example

White with #B975CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B975CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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