Html Css Color HEX #B960DB Medium Orchid

📋 copy color: '#B960DB'

red 185 ◦ green 96 ◦ blue 219

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

Shades of Medium Orchid #B960DB

Tints of Medium Orchid #B960DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 43.8%

R = 37%
G = 19.2%
B = 43.8%

CMYK

 C value IS 0.16

 M value IS 0.56

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B960DB (or 0xB960DB) is known color: Medium Orchid. HEX triplet: B9, 60 and DB. RGB value is (185,96,219). Sum of RGB (Red+Green+Blue) = 185+96+219=500 (66% of max value = 765). Red value is 185 (72.66% from 255 or 37% from 500); Green value is 96 (37.89% from 255 or 19.2% from 500); Blue value is 219 (85.94% from 255 or 43.8% from 500); Max value from RGB is 219 - color contains mainly: blue. Hex color #B960DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B960DB is #469F24. Grayscale: #888888. Windows color (decimal): -4628261 or 14377145. OLE color: 14377145.

HSL color Cylindrical-coordinate representation of color #B960DB: hue angle of 283.41º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B960DB is Cyan = 0.16, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 185 96 219 -
CMYK 0.16 0.56 0 0.14
HSL 283.41º 0.63% 0.62% -
HSV(B) 283.41º 0.56% 0.86% -
XYZ 36.98 23.79 69.66 -
YUV 136.63 174.49 162.5 -
System Red Green Blue C M Y K H S L
Decimal 185 96 219 0.16 0.56 0 0.14 283.41 0.63 0.62
Hex B9 60 DB 10 38 0 E 11B 3F 3E
Octal 271 140 333 20 70 0 16 433 77 76
Binary 10111001 1100000 11011011 10000 111000 0 1110 100011011 111111 111110

Color Harmonies of #B960DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B960DB

Black with #B960DB

Text Example


Text Example

White with #B960DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B960DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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