Html Css Color HEX #B050DB Medium Orchid

📋 copy color: '#B050DB'

red 176 ◦ green 80 ◦ blue 219

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

Shades of Medium Orchid #B050DB

Tints of Medium Orchid #B050DB

RGB

 RED value IS 176 (69.14% from 255) = 37.05%

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

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

R = 37.05%
G = 16.84%
B = 46.11%

CMYK

 C value IS 0.20

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B050DB (or 0xB050DB) is known color: Medium Orchid. HEX triplet: B0, 50 and DB. RGB value is (176,80,219). Sum of RGB (Red+Green+Blue) = 176+80+219=475 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.05% from 475); Green value is 80 (31.64% from 255 or 16.84% from 475); Blue value is 219 (85.94% from 255 or 46.11% from 475); Max value from RGB is 219 - color contains mainly: blue. Hex color #B050DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B050DB is #4FAF24. Grayscale: #7C7C7C. Windows color (decimal): -5222181 or 14373040. OLE color: 14373040.

HSL color Cylindrical-coordinate representation of color #B050DB: hue angle of 281.44º 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 #B050DB is Cyan = 0.20, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 176 80 219 -
CMYK 0.20 0.63 0 0.14
HSL 281.44º 0.66% 0.59% -
HSV(B) 281.44º 0.63% 0.86% -
XYZ 33.56 20.08 69.13 -
YUV 124.55 181.3 164.7 -
System Red Green Blue C M Y K H S L
Decimal 176 80 219 0.20 0.63 0 0.14 281.44 0.66 0.59
Hex B0 50 DB 14 3F 0 E 119 42 3B
Octal 260 120 333 24 77 0 16 431 102 73
Binary 10110000 1010000 11011011 10100 111111 0 1110 100011001 1000010 111011

Color Harmonies of #B050DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B050DB

Black with #B050DB

Text Example


Text Example

White with #B050DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B050DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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