Html Css Color HEX #B350DB Medium Orchid

📋 copy color: '#B350DB'

red 179 ◦ green 80 ◦ blue 219

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

Shades of Medium Orchid #B350DB

Tints of Medium Orchid #B350DB

RGB

 RED value IS 179 (70.31% from 255) = 37.45%

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

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

R = 37.45%
G = 16.74%
B = 45.82%

CMYK

 C value IS 0.18

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B350DB (or 0xB350DB) is known color: Medium Orchid. HEX triplet: B3, 50 and DB. RGB value is (179,80,219). Sum of RGB (Red+Green+Blue) = 179+80+219=478 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.45% from 478); Green value is 80 (31.64% from 255 or 16.74% from 478); Blue value is 219 (85.94% from 255 or 45.82% from 478); Max value from RGB is 219 - color contains mainly: blue. Hex color #B350DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B350DB is #4CAF24. Grayscale: #7C7C7C. Windows color (decimal): -5025573 or 14373043. OLE color: 14373043.

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

Color convert

RGB 179 80 219 -
CMYK 0.18 0.63 0 0.14
HSL 282.73º 0.66% 0.59% -
HSV(B) 282.73º 0.63% 0.86% -
XYZ 34.25 20.44 69.16 -
YUV 125.45 180.8 166.2 -
System Red Green Blue C M Y K H S L
Decimal 179 80 219 0.18 0.63 0 0.14 282.73 0.66 0.59
Hex B3 50 DB 12 3F 0 E 11B 42 3B
Octal 263 120 333 22 77 0 16 433 102 73
Binary 10110011 1010000 11011011 10010 111111 0 1110 100011011 1000010 111011

Color Harmonies of #B350DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B350DB

Black with #B350DB

Text Example


Text Example

White with #B350DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B350DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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