Html Css Color HEX #B960DF Medium Orchid

📋 copy color: '#B960DF'

red 185 ◦ green 96 ◦ blue 223

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

Shades of Medium Orchid #B960DF

Tints of Medium Orchid #B960DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.25%

R = 36.71%
G = 19.05%
B = 44.25%

CMYK

 C value IS 0.17

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B960DF (or 0xB960DF) is known color: Medium Orchid. HEX triplet: B9, 60 and DF. RGB value is (185,96,223). Sum of RGB (Red+Green+Blue) = 185+96+223=504 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.71% from 504); Green value is 96 (37.89% from 255 or 19.05% from 504); Blue value is 223 (87.5% from 255 or 44.25% from 504); Max value from RGB is 223 - color contains mainly: blue. Hex color #B960DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B960DF is #469F20. Grayscale: #888888. Windows color (decimal): -4628257 or 14639289. OLE color: 14639289.

HSL color Cylindrical-coordinate representation of color #B960DF: hue angle of 282.05º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B960DF is Cyan = 0.17, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 185 96 223 -
CMYK 0.17 0.57 0 0.13
HSL 282.05º 0.66% 0.63% -
HSV(B) 282.05º 0.57% 0.87% -
XYZ 37.51 24.01 72.47 -
YUV 137.09 176.49 162.17 -
System Red Green Blue C M Y K H S L
Decimal 185 96 223 0.17 0.57 0 0.13 282.05 0.66 0.63
Hex B9 60 DF 11 39 0 D 11A 42 3F
Octal 271 140 337 21 71 0 15 432 102 77
Binary 10111001 1100000 11011111 10001 111001 0 1101 100011010 1000010 111111

Color Harmonies of #B960DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B960DF

Black with #B960DF

Text Example


Text Example

White with #B960DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B960DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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