Html Css Color HEX #B359F4 Medium Orchid

📋 copy color: '#B359F4'

red 179 ◦ green 89 ◦ blue 244

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

Shades of Medium Orchid #B359F4

Tints of Medium Orchid #B359F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 47.66%

R = 34.96%
G = 17.38%
B = 47.66%

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

#B359F4 (or 0xB359F4) is known color: Medium Orchid. HEX triplet: B3, 59 and F4. RGB value is (179,89,244). Sum of RGB (Red+Green+Blue) = 179+89+244=512 (67% of max value = 765). Red value is 179 (70.31% from 255 or 34.96% from 512); Green value is 89 (35.16% from 255 or 17.38% from 512); Blue value is 244 (95.70% from 255 or 47.66% from 512); Max value from RGB is 244 - color contains mainly: blue. Hex color #B359F4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B359F4 is #4CA60B. Grayscale: #858585. Windows color (decimal): -5023244 or 16013747. OLE color: 16013747.

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

Color convert

RGB 179 89 244 -
CMYK 0.27 0.64 0 0.04
HSL 274.84º 0.88% 0.65% -
HSV(B) 274.84º 0.64% 0.96% -
XYZ 38.49 23.26 88.05 -
YUV 133.58 190.32 160.4 -
System Red Green Blue C M Y K H S L
Decimal 179 89 244 0.27 0.64 0 0.04 274.84 0.88 0.65
Hex B3 59 F4 1B 40 0 4 113 58 41
Octal 263 131 364 33 100 0 4 423 130 101
Binary 10110011 1011001 11110100 11011 1000000 0 100 100010011 1011000 1000001

Color Harmonies of #B359F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B359F4

Black with #B359F4

Text Example


Text Example

White with #B359F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B359F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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