Html Css Color HEX #B341EF Medium Orchid

📋 copy color: '#B341EF'

red 179 ◦ green 65 ◦ blue 239

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

Shades of Medium Orchid #B341EF

Tints of Medium Orchid #B341EF

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.46%

 BLUE value IS 239 (93.75% from 255) = 49.48%

R = 37.06%
G = 13.46%
B = 49.48%

CMYK

 C value IS 0.25

 M value IS 0.73

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B341EF (or 0xB341EF) is known color: Medium Orchid. HEX triplet: B3, 41 and EF. RGB value is (179,65,239). Sum of RGB (Red+Green+Blue) = 179+65+239=483 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.06% from 483); Green value is 65 (25.78% from 255 or 13.46% from 483); Blue value is 239 (93.75% from 255 or 49.48% from 483); Max value from RGB is 239 - color contains mainly: blue. Hex color #B341EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B341EF is #4CBE10. Grayscale: #767676. Windows color (decimal): -5029393 or 15679923. OLE color: 15679923.

HSL color Cylindrical-coordinate representation of color #B341EF: hue angle of 279.31º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B341EF is Cyan = 0.25, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 179 65 239 -
CMYK 0.25 0.73 0 0.06
HSL 279.31º 0.84% 0.6% -
HSV(B) 279.31º 0.73% 0.94% -
XYZ 36.06 19.6 83.54 -
YUV 118.92 195.77 170.85 -
System Red Green Blue C M Y K H S L
Decimal 179 65 239 0.25 0.73 0 0.06 279.31 0.84 0.6
Hex B3 41 EF 19 49 0 6 117 54 3C
Octal 263 101 357 31 111 0 6 427 124 74
Binary 10110011 1000001 11101111 11001 1001001 0 110 100010111 1010100 111100

Color Harmonies of #B341EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B341EF

Black with #B341EF

Text Example


Text Example

White with #B341EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B341EF; }

 p { color: rgb(179,65,239); }

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

background-color css

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

 a { background-color: rgb(179,65,239); }

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

border-color css

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

 span { border-color: rgb(179,65,239); }

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