Html Css Color HEX #B342FA Medium Orchid

📋 copy color: '#B342FA'

red 179 ◦ green 66 ◦ blue 250

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

Shades of Medium Orchid #B342FA

Tints of Medium Orchid #B342FA

RGB

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

 GREEN value IS 66 (26.17% from 255) = 13.33%

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

R = 36.16%
G = 13.33%
B = 50.51%

CMYK

 C value IS 0.28

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B342FA (or 0xB342FA) is known color: Medium Orchid. HEX triplet: B3, 42 and FA. RGB value is (179,66,250). Sum of RGB (Red+Green+Blue) = 179+66+250=495 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.16% from 495); Green value is 66 (26.17% from 255 or 13.33% from 495); Blue value is 250 (98.05% from 255 or 50.51% from 495); Max value from RGB is 250 - color contains mainly: blue. Hex color #B342FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B342FA is #4CBD05. Grayscale: #787878. Windows color (decimal): -5029126 or 16401075. OLE color: 16401075.

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

Color convert

RGB 179 66 250 -
CMYK 0.28 0.74 0 0.02
HSL 276.85º 0.95% 0.62% -
HSV(B) 276.85º 0.74% 0.98% -
XYZ 37.79 20.38 92.38 -
YUV 120.76 200.94 169.54 -
System Red Green Blue C M Y K H S L
Decimal 179 66 250 0.28 0.74 0 0.02 276.85 0.95 0.62
Hex B3 42 FA 1C 4A 0 2 115 5F 3E
Octal 263 102 372 34 112 0 2 425 137 76
Binary 10110011 1000010 11111010 11100 1001010 0 10 100010101 1011111 111110

Color Harmonies of #B342FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B342FA

Black with #B342FA

Text Example


Text Example

White with #B342FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B342FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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