Html Css Color HEX #B349DA Medium Orchid

📋 copy color: '#B349DA'

red 179 ◦ green 73 ◦ blue 218

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

Shades of Medium Orchid #B349DA

Tints of Medium Orchid #B349DA

RGB

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

 GREEN value IS 73 (28.91% from 255) = 15.53%

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

R = 38.09%
G = 15.53%
B = 46.38%

CMYK

 C value IS 0.18

 M value IS 0.67

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B349DA (or 0xB349DA) is known color: Medium Orchid. HEX triplet: B3, 49 and DA. RGB value is (179,73,218). Sum of RGB (Red+Green+Blue) = 179+73+218=470 (62% of max value = 765). Red value is 179 (70.31% from 255 or 38.09% from 470); Green value is 73 (28.91% from 255 or 15.53% from 470); Blue value is 218 (85.55% from 255 or 46.38% from 470); Max value from RGB is 218 - color contains mainly: blue. Hex color #B349DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B349DA is #4CB625. Grayscale: #787878. Windows color (decimal): -5027366 or 14305715. OLE color: 14305715.

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

Color convert

RGB 179 73 218 -
CMYK 0.18 0.67 0 0.15
HSL 283.86º 0.66% 0.57% -
HSV(B) 283.86º 0.67% 0.85% -
XYZ 33.63 19.41 68.3 -
YUV 121.22 182.62 169.21 -
System Red Green Blue C M Y K H S L
Decimal 179 73 218 0.18 0.67 0 0.15 283.86 0.66 0.57
Hex B3 49 DA 12 43 0 F 11C 42 39
Octal 263 111 332 22 103 0 17 434 102 71
Binary 10110011 1001001 11011010 10010 1000011 0 1111 100011100 1000010 111001

Color Harmonies of #B349DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B349DA

Black with #B349DA

Text Example


Text Example

White with #B349DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B349DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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