Html Css Color HEX #B960ED Medium Orchid

📋 copy color: '#B960ED'

red 185 ◦ green 96 ◦ blue 237

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

Shades of Medium Orchid #B960ED

Tints of Medium Orchid #B960ED

RGB

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

 GREEN value IS 96 (37.89% from 255) = 18.53%

 BLUE value IS 237 (92.97% from 255) = 45.75%

R = 35.71%
G = 18.53%
B = 45.75%

CMYK

 C value IS 0.22

 M value IS 0.59

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B960ED (or 0xB960ED) is known color: Medium Orchid. HEX triplet: B9, 60 and ED. RGB value is (185,96,237). Sum of RGB (Red+Green+Blue) = 185+96+237=518 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.71% from 518); Green value is 96 (37.89% from 255 or 18.53% from 518); Blue value is 237 (92.97% from 255 or 45.75% from 518); Max value from RGB is 237 - color contains mainly: blue. Hex color #B960ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B960ED is #469F12. Grayscale: #8A8A8A. Windows color (decimal): -4628243 or 15556793. OLE color: 15556793.

HSL color Cylindrical-coordinate representation of color #B960ED: hue angle of 277.87º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B960ED is Cyan = 0.22, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 185 96 237 -
CMYK 0.22 0.59 0 0.07
HSL 277.87º 0.8% 0.65% -
HSV(B) 277.87º 0.59% 0.93% -
XYZ 39.48 24.79 82.83 -
YUV 138.69 183.49 161.04 -
System Red Green Blue C M Y K H S L
Decimal 185 96 237 0.22 0.59 0 0.07 277.87 0.8 0.65
Hex B9 60 ED 16 3B 0 7 116 50 41
Octal 271 140 355 26 73 0 7 426 120 101
Binary 10111001 1100000 11101101 10110 111011 0 111 100010110 1010000 1000001

Color Harmonies of #B960ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B960ED

Black with #B960ED

Text Example


Text Example

White with #B960ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B960ED; }

 p { color: rgb(185,96,237); }

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

background-color css

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

 a { background-color: rgb(185,96,237); }

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

border-color css

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

 span { border-color: rgb(185,96,237); }

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