Html Css Color HEX #B350DA Medium Orchid

📋 copy color: '#B350DA'

red 179 ◦ green 80 ◦ blue 218

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

Shades of Medium Orchid #B350DA

Tints of Medium Orchid #B350DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.7%

R = 37.53%
G = 16.77%
B = 45.7%

CMYK

 C value IS 0.18

 M value IS 0.63

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B350DA (or 0xB350DA) is known color: Medium Orchid. HEX triplet: B3, 50 and DA. RGB value is (179,80,218). Sum of RGB (Red+Green+Blue) = 179+80+218=477 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.53% from 477); Green value is 80 (31.64% from 255 or 16.77% from 477); Blue value is 218 (85.55% from 255 or 45.70% from 477); Max value from RGB is 218 - color contains mainly: blue. Hex color #B350DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B350DA is #4CAF25. Grayscale: #7C7C7C. Windows color (decimal): -5025574 or 14307507. OLE color: 14307507.

HSL color Cylindrical-coordinate representation of color #B350DA: hue angle of 283.04º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B350DA is Cyan = 0.18, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 179 80 218 -
CMYK 0.18 0.63 0 0.15
HSL 283.04º 0.65% 0.58% -
HSV(B) 283.04º 0.63% 0.85% -
XYZ 34.11 20.38 68.47 -
YUV 125.33 180.3 166.28 -
System Red Green Blue C M Y K H S L
Decimal 179 80 218 0.18 0.63 0 0.15 283.04 0.65 0.58
Hex B3 50 DA 12 3F 0 F 11B 41 3A
Octal 263 120 332 22 77 0 17 433 101 72
Binary 10110011 1010000 11011010 10010 111111 0 1111 100011011 1000001 111010

Color Harmonies of #B350DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B350DA

Black with #B350DA

Text Example


Text Example

White with #B350DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B350DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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