Html Css Color HEX #B975EC Medium Orchid

📋 copy color: '#B975EC'

red 185 ◦ green 117 ◦ blue 236

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

Shades of Medium Orchid #B975EC

Tints of Medium Orchid #B975EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 43.87%

R = 34.39%
G = 21.75%
B = 43.87%

CMYK

 C value IS 0.22

 M value IS 0.50

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B975EC (or 0xB975EC) is known color: Medium Orchid. HEX triplet: B9, 75 and EC. RGB value is (185,117,236). Sum of RGB (Red+Green+Blue) = 185+117+236=538 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.39% from 538); Green value is 117 (46.09% from 255 or 21.75% from 538); Blue value is 236 (92.58% from 255 or 43.87% from 538); Max value from RGB is 236 - color contains mainly: blue. Hex color #B975EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B975EC is #468A13. Grayscale: #969696. Windows color (decimal): -4622868 or 15496633. OLE color: 15496633.

HSL color Cylindrical-coordinate representation of color #B975EC: hue angle of 274.29º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B975EC is Cyan = 0.22, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 185 117 236 -
CMYK 0.22 0.50 0 0.07
HSL 274.29º 0.76% 0.69% -
HSV(B) 274.29º 0.5% 0.93% -
XYZ 41.51 29.09 82.78 -
YUV 150.9 176.03 152.32 -
System Red Green Blue C M Y K H S L
Decimal 185 117 236 0.22 0.50 0 0.07 274.29 0.76 0.69
Hex B9 75 EC 16 32 0 7 112 4C 45
Octal 271 165 354 26 62 0 7 422 114 105
Binary 10111001 1110101 11101100 10110 110010 0 111 100010010 1001100 1000101

Color Harmonies of #B975EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B975EC

Black with #B975EC

Text Example


Text Example

White with #B975EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B975EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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