Html Css Color HEX #B359F6 Medium Orchid

📋 copy color: '#B359F6'

red 179 ◦ green 89 ◦ blue 246

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

Shades of Medium Orchid #B359F6

Tints of Medium Orchid #B359F6

RGB

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

 GREEN value IS 89 (35.16% from 255) = 17.32%

 BLUE value IS 246 (96.48% from 255) = 47.86%

R = 34.82%
G = 17.32%
B = 47.86%

CMYK

 C value IS 0.27

 M value IS 0.64

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B359F6 (or 0xB359F6) is known color: Medium Orchid. HEX triplet: B3, 59 and F6. RGB value is (179,89,246). Sum of RGB (Red+Green+Blue) = 179+89+246=514 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.82% from 514); Green value is 89 (35.16% from 255 or 17.32% from 514); Blue value is 246 (96.48% from 255 or 47.86% from 514); Max value from RGB is 246 - color contains mainly: blue. Hex color #B359F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B359F6 is #4CA609. Grayscale: #858585. Windows color (decimal): -5023242 or 16144819. OLE color: 16144819.

HSL color Cylindrical-coordinate representation of color #B359F6: hue angle of 274.39º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B359F6 is Cyan = 0.27, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 179 89 246 -
CMYK 0.27 0.64 0 0.04
HSL 274.39º 0.9% 0.66% -
HSV(B) 274.39º 0.64% 0.96% -
XYZ 38.8 23.38 89.66 -
YUV 133.81 191.32 160.23 -
System Red Green Blue C M Y K H S L
Decimal 179 89 246 0.27 0.64 0 0.04 274.39 0.9 0.66
Hex B3 59 F6 1B 40 0 4 112 5A 42
Octal 263 131 366 33 100 0 4 422 132 102
Binary 10110011 1011001 11110110 11011 1000000 0 100 100010010 1011010 1000010

Color Harmonies of #B359F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B359F6

Black with #B359F6

Text Example


Text Example

White with #B359F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B359F6; }

 p { color: rgb(179,89,246); }

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

background-color css

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

 a { background-color: rgb(179,89,246); }

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

border-color css

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

 span { border-color: rgb(179,89,246); }

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