Html Css Color HEX #B960EE Medium Orchid

📋 copy color: '#B960EE'

red 185 ◦ green 96 ◦ blue 238

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

Shades of Medium Orchid #B960EE

Tints of Medium Orchid #B960EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 45.86%

R = 35.65%
G = 18.5%
B = 45.86%

CMYK

 C value IS 0.22

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B960EE (or 0xB960EE) is known color: Medium Orchid. HEX triplet: B9, 60 and EE. RGB value is (185,96,238). Sum of RGB (Red+Green+Blue) = 185+96+238=519 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.65% from 519); Green value is 96 (37.89% from 255 or 18.50% from 519); Blue value is 238 (93.36% from 255 or 45.86% from 519); Max value from RGB is 238 - color contains mainly: blue. Hex color #B960EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B960EE is #469F11. Grayscale: #8A8A8A. Windows color (decimal): -4628242 or 15622329. OLE color: 15622329.

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

Color convert

RGB 185 96 238 -
CMYK 0.22 0.60 0 0.07
HSL 277.61º 0.81% 0.65% -
HSV(B) 277.61º 0.6% 0.93% -
XYZ 39.62 24.85 83.6 -
YUV 138.8 183.99 160.95 -
System Red Green Blue C M Y K H S L
Decimal 185 96 238 0.22 0.60 0 0.07 277.61 0.81 0.65
Hex B9 60 EE 16 3C 0 7 116 51 41
Octal 271 140 356 26 74 0 7 426 121 101
Binary 10111001 1100000 11101110 10110 111100 0 111 100010110 1010001 1000001

Color Harmonies of #B960EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B960EE

Black with #B960EE

Text Example


Text Example

White with #B960EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B960EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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