Html Css Color HEX #B350DC Medium Orchid

📋 copy color: '#B350DC'

red 179 ◦ green 80 ◦ blue 220

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

Shades of Medium Orchid #B350DC

Tints of Medium Orchid #B350DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 45.93%

R = 37.37%
G = 16.7%
B = 45.93%

CMYK

 C value IS 0.19

 M value IS 0.64

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B350DC (or 0xB350DC) is known color: Medium Orchid. HEX triplet: B3, 50 and DC. RGB value is (179,80,220). Sum of RGB (Red+Green+Blue) = 179+80+220=479 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.37% from 479); Green value is 80 (31.64% from 255 or 16.70% from 479); Blue value is 220 (86.33% from 255 or 45.93% from 479); Max value from RGB is 220 - color contains mainly: blue. Hex color #B350DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B350DC is #4CAF23. Grayscale: #7D7D7D. Windows color (decimal): -5025572 or 14438579. OLE color: 14438579.

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

Color convert

RGB 179 80 220 -
CMYK 0.19 0.64 0 0.14
HSL 282.43º 0.67% 0.59% -
HSV(B) 282.43º 0.64% 0.86% -
XYZ 34.38 20.49 69.85 -
YUV 125.56 181.3 166.12 -
System Red Green Blue C M Y K H S L
Decimal 179 80 220 0.19 0.64 0 0.14 282.43 0.67 0.59
Hex B3 50 DC 13 40 0 E 11A 43 3B
Octal 263 120 334 23 100 0 16 432 103 73
Binary 10110011 1010000 11011100 10011 1000000 0 1110 100011010 1000011 111011

Color Harmonies of #B350DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B350DC

Black with #B350DC

Text Example


Text Example

White with #B350DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B350DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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