Html Css Color HEX #B347FA Medium Orchid

📋 copy color: '#B347FA'

red 179 ◦ green 71 ◦ blue 250

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

Shades of Medium Orchid #B347FA

Tints of Medium Orchid #B347FA

RGB

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

 GREEN value IS 71 (28.13% from 255) = 14.2%

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

R = 35.8%
G = 14.2%
B = 50%

CMYK

 C value IS 0.28

 M value IS 0.72

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B347FA (or 0xB347FA) is known color: Medium Orchid. HEX triplet: B3, 47 and FA. RGB value is (179,71,250). Sum of RGB (Red+Green+Blue) = 179+71+250=500 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.8% from 500); Green value is 71 (28.12% from 255 or 14.2% from 500); Blue value is 250 (98.05% from 255 or 50% from 500); Max value from RGB is 250 - color contains mainly: blue. Hex color #B347FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B347FA is #4CB805. Grayscale: #7B7B7B. Windows color (decimal): -5027846 or 16402355. OLE color: 16402355.

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

Color convert

RGB 179 71 250 -
CMYK 0.28 0.72 0 0.02
HSL 276.2º 0.95% 0.63% -
HSV(B) 276.2º 0.72% 0.98% -
XYZ 38.1 20.99 92.49 -
YUV 123.7 199.28 167.45 -
System Red Green Blue C M Y K H S L
Decimal 179 71 250 0.28 0.72 0 0.02 276.2 0.95 0.63
Hex B3 47 FA 1C 48 0 2 114 5F 3F
Octal 263 107 372 34 110 0 2 424 137 77
Binary 10110011 1000111 11111010 11100 1001000 0 10 100010100 1011111 111111

Color Harmonies of #B347FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B347FA

Black with #B347FA

Text Example


Text Example

White with #B347FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B347FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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