Html Css Color HEX #B349FA Medium Orchid

📋 copy color: '#B349FA'

red 179 ◦ green 73 ◦ blue 250

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

Shades of Medium Orchid #B349FA

Tints of Medium Orchid #B349FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 49.8%

R = 35.66%
G = 14.54%
B = 49.8%

CMYK

 C value IS 0.28

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B349FA (or 0xB349FA) is known color: Medium Orchid. HEX triplet: B3, 49 and FA. RGB value is (179,73,250). Sum of RGB (Red+Green+Blue) = 179+73+250=502 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.66% from 502); Green value is 73 (28.91% from 255 or 14.54% from 502); Blue value is 250 (98.05% from 255 or 49.80% from 502); Max value from RGB is 250 - color contains mainly: blue. Hex color #B349FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B349FA is #4CB605. Grayscale: #7C7C7C. Windows color (decimal): -5027334 or 16402867. OLE color: 16402867.

HSL color Cylindrical-coordinate representation of color #B349FA: hue angle of 275.93º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B349FA is Cyan = 0.28, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 179 73 250 -
CMYK 0.28 0.71 0 0.02
HSL 275.93º 0.95% 0.63% -
HSV(B) 275.93º 0.71% 0.98% -
XYZ 38.23 21.25 92.53 -
YUV 124.87 198.62 166.61 -
System Red Green Blue C M Y K H S L
Decimal 179 73 250 0.28 0.71 0 0.02 275.93 0.95 0.63
Hex B3 49 FA 1C 47 0 2 114 5F 3F
Octal 263 111 372 34 107 0 2 424 137 77
Binary 10110011 1001001 11111010 11100 1000111 0 10 100010100 1011111 111111

Color Harmonies of #B349FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B349FA

Black with #B349FA

Text Example


Text Example

White with #B349FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B349FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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