Html Css Color HEX #B356F4 Medium Orchid

📋 copy color: '#B356F4'

red 179 ◦ green 86 ◦ blue 244

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

Shades of Medium Orchid #B356F4

Tints of Medium Orchid #B356F4

RGB

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

 GREEN value IS 86 (33.98% from 255) = 16.9%

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

R = 35.17%
G = 16.9%
B = 47.94%

CMYK

 C value IS 0.27

 M value IS 0.65

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B356F4 (or 0xB356F4) is known color: Medium Orchid. HEX triplet: B3, 56 and F4. RGB value is (179,86,244). Sum of RGB (Red+Green+Blue) = 179+86+244=509 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.17% from 509); Green value is 86 (33.98% from 255 or 16.90% from 509); Blue value is 244 (95.70% from 255 or 47.94% from 509); Max value from RGB is 244 - color contains mainly: blue. Hex color #B356F4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B356F4 is #4CA90B. Grayscale: #838383. Windows color (decimal): -5024012 or 16012979. OLE color: 16012979.

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

Color convert

RGB 179 86 244 -
CMYK 0.27 0.65 0 0.04
HSL 275.32º 0.88% 0.65% -
HSV(B) 275.32º 0.65% 0.96% -
XYZ 38.25 22.77 87.97 -
YUV 131.82 191.31 161.65 -
System Red Green Blue C M Y K H S L
Decimal 179 86 244 0.27 0.65 0 0.04 275.32 0.88 0.65
Hex B3 56 F4 1B 41 0 4 113 58 41
Octal 263 126 364 33 101 0 4 423 130 101
Binary 10110011 1010110 11110100 11011 1000001 0 100 100010011 1011000 1000001

Color Harmonies of #B356F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B356F4

Black with #B356F4

Text Example


Text Example

White with #B356F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B356F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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