Html Css Color HEX #B344FA Medium Orchid

📋 copy color: '#B344FA'

red 179 ◦ green 68 ◦ blue 250

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

Shades of Medium Orchid #B344FA

Tints of Medium Orchid #B344FA

RGB

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

 GREEN value IS 68 (26.95% from 255) = 13.68%

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

R = 36.02%
G = 13.68%
B = 50.3%

CMYK

 C value IS 0.28

 M value IS 0.73

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B344FA (or 0xB344FA) is known color: Medium Orchid. HEX triplet: B3, 44 and FA. RGB value is (179,68,250). Sum of RGB (Red+Green+Blue) = 179+68+250=497 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.02% from 497); Green value is 68 (26.95% from 255 or 13.68% from 497); Blue value is 250 (98.05% from 255 or 50.30% from 497); Max value from RGB is 250 - color contains mainly: blue. Hex color #B344FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B344FA is #4CBB05. Grayscale: #797979. Windows color (decimal): -5028614 or 16401587. OLE color: 16401587.

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

Color convert

RGB 179 68 250 -
CMYK 0.28 0.73 0 0.02
HSL 276.59º 0.95% 0.62% -
HSV(B) 276.59º 0.73% 0.98% -
XYZ 37.91 20.62 92.42 -
YUV 121.94 200.27 168.7 -
System Red Green Blue C M Y K H S L
Decimal 179 68 250 0.28 0.73 0 0.02 276.59 0.95 0.62
Hex B3 44 FA 1C 49 0 2 115 5F 3E
Octal 263 104 372 34 111 0 2 425 137 76
Binary 10110011 1000100 11111010 11100 1001001 0 10 100010101 1011111 111110

Color Harmonies of #B344FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B344FA

Black with #B344FA

Text Example


Text Example

White with #B344FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B344FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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