Html Css Color HEX #B940DB Medium Orchid

📋 copy color: '#B940DB'

red 185 ◦ green 64 ◦ blue 219

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

Shades of Medium Orchid #B940DB

Tints of Medium Orchid #B940DB

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.68%

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

R = 39.53%
G = 13.68%
B = 46.79%

CMYK

 C value IS 0.16

 M value IS 0.71

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B940DB (or 0xB940DB) is known color: Medium Orchid. HEX triplet: B9, 40 and DB. RGB value is (185,64,219). Sum of RGB (Red+Green+Blue) = 185+64+219=468 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.53% from 468); Green value is 64 (25.39% from 255 or 13.68% from 468); Blue value is 219 (85.94% from 255 or 46.79% from 468); Max value from RGB is 219 - color contains mainly: blue. Hex color #B940DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B940DB is #46BF24. Grayscale: #757575. Windows color (decimal): -4636453 or 14368953. OLE color: 14368953.

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

Color convert

RGB 185 64 219 -
CMYK 0.16 0.71 0 0.14
HSL 286.84º 0.68% 0.55% -
HSV(B) 286.84º 0.71% 0.86% -
XYZ 34.63 19.1 68.88 -
YUV 117.85 185.09 175.9 -
System Red Green Blue C M Y K H S L
Decimal 185 64 219 0.16 0.71 0 0.14 286.84 0.68 0.55
Hex B9 40 DB 10 47 0 E 11F 44 37
Octal 271 100 333 20 107 0 16 437 104 67
Binary 10111001 1000000 11011011 10000 1000111 0 1110 100011111 1000100 110111

Color Harmonies of #B940DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B940DB

Black with #B940DB

Text Example


Text Example

White with #B940DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B940DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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