Html Css Color HEX #B950DB Medium Orchid

📋 copy color: '#B950DB'

red 185 ◦ green 80 ◦ blue 219

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

Shades of Medium Orchid #B950DB

Tints of Medium Orchid #B950DB

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.53%

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

R = 38.22%
G = 16.53%
B = 45.25%

CMYK

 C value IS 0.16

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B950DB (or 0xB950DB) is known color: Medium Orchid. HEX triplet: B9, 50 and DB. RGB value is (185,80,219). Sum of RGB (Red+Green+Blue) = 185+80+219=484 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.22% from 484); Green value is 80 (31.64% from 255 or 16.53% from 484); Blue value is 219 (85.94% from 255 or 45.25% from 484); Max value from RGB is 219 - color contains mainly: blue. Hex color #B950DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B950DB is #46AF24. Grayscale: #7E7E7E. Windows color (decimal): -4632357 or 14373049. OLE color: 14373049.

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

Color convert

RGB 185 80 219 -
CMYK 0.16 0.63 0 0.14
HSL 285.32º 0.66% 0.59% -
HSV(B) 285.32º 0.63% 0.86% -
XYZ 35.66 21.17 69.22 -
YUV 127.24 179.79 169.2 -
System Red Green Blue C M Y K H S L
Decimal 185 80 219 0.16 0.63 0 0.14 285.32 0.66 0.59
Hex B9 50 DB 10 3F 0 E 11D 42 3B
Octal 271 120 333 20 77 0 16 435 102 73
Binary 10111001 1010000 11011011 10000 111111 0 1110 100011101 1000010 111011

Color Harmonies of #B950DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B950DB

Black with #B950DB

Text Example


Text Example

White with #B950DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B950DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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