Html Css Color HEX #B356F3 Medium Orchid

📋 copy color: '#B356F3'

red 179 ◦ green 86 ◦ blue 243

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

Shades of Medium Orchid #B356F3

Tints of Medium Orchid #B356F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 47.83%

R = 35.24%
G = 16.93%
B = 47.83%

CMYK

 C value IS 0.26

 M value IS 0.65

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B356F3 (or 0xB356F3) is known color: Medium Orchid. HEX triplet: B3, 56 and F3. RGB value is (179,86,243). Sum of RGB (Red+Green+Blue) = 179+86+243=508 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.24% from 508); Green value is 86 (33.98% from 255 or 16.93% from 508); Blue value is 243 (95.31% from 255 or 47.83% from 508); Max value from RGB is 243 - color contains mainly: blue. Hex color #B356F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B356F3 is #4CA90C. Grayscale: #838383. Windows color (decimal): -5024013 or 15947443. OLE color: 15947443.

HSL color Cylindrical-coordinate representation of color #B356F3: hue angle of 275.54º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B356F3 is Cyan = 0.26, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 179 86 243 -
CMYK 0.26 0.65 0 0.05
HSL 275.54º 0.87% 0.65% -
HSV(B) 275.54º 0.65% 0.95% -
XYZ 38.1 22.71 87.17 -
YUV 131.71 190.81 161.73 -
System Red Green Blue C M Y K H S L
Decimal 179 86 243 0.26 0.65 0 0.05 275.54 0.87 0.65
Hex B3 56 F3 1A 41 0 5 114 57 41
Octal 263 126 363 32 101 0 5 424 127 101
Binary 10110011 1010110 11110011 11010 1000001 0 101 100010100 1010111 1000001

Color Harmonies of #B356F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B356F3

Black with #B356F3

Text Example


Text Example

White with #B356F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B356F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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