Html Css Color HEX #B960CE Medium Orchid

📋 copy color: '#B960CE'

red 185 ◦ green 96 ◦ blue 206

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

Shades of Medium Orchid #B960CE

Tints of Medium Orchid #B960CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.3%

R = 37.99%
G = 19.71%
B = 42.3%

CMYK

 C value IS 0.10

 M value IS 0.53

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B960CE (or 0xB960CE) is known color: Medium Orchid. HEX triplet: B9, 60 and CE. RGB value is (185,96,206). Sum of RGB (Red+Green+Blue) = 185+96+206=487 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.99% from 487); Green value is 96 (37.89% from 255 or 19.71% from 487); Blue value is 206 (80.86% from 255 or 42.30% from 487); Max value from RGB is 206 - color contains mainly: blue. Hex color #B960CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B960CE is #469F31. Grayscale: #868686. Windows color (decimal): -4628274 or 13525177. OLE color: 13525177.

HSL color Cylindrical-coordinate representation of color #B960CE: hue angle of 288.55º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B960CE is Cyan = 0.10, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 185 96 206 -
CMYK 0.10 0.53 0 0.19
HSL 288.55º 0.53% 0.59% -
HSV(B) 288.55º 0.53% 0.81% -
XYZ 35.33 23.14 61 -
YUV 135.15 167.99 163.56 -
System Red Green Blue C M Y K H S L
Decimal 185 96 206 0.10 0.53 0 0.19 288.55 0.53 0.59
Hex B9 60 CE A 35 0 13 121 35 3B
Octal 271 140 316 12 65 0 23 441 65 73
Binary 10111001 1100000 11001110 1010 110101 0 10011 100100001 110101 111011

Color Harmonies of #B960CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B960CE

Black with #B960CE

Text Example


Text Example

White with #B960CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B960CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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