Html Css Color HEX #B356FB Medium Orchid

📋 copy color: '#B356FB'

red 179 ◦ green 86 ◦ blue 251

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

Shades of Medium Orchid #B356FB

Tints of Medium Orchid #B356FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 48.64%

R = 34.69%
G = 16.67%
B = 48.64%

CMYK

 C value IS 0.29

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B356FB (or 0xB356FB) is known color: Medium Orchid. HEX triplet: B3, 56 and FB. RGB value is (179,86,251). Sum of RGB (Red+Green+Blue) = 179+86+251=516 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.69% from 516); Green value is 86 (33.98% from 255 or 16.67% from 516); Blue value is 251 (98.44% from 255 or 48.64% from 516); Max value from RGB is 251 - color contains mainly: blue. Hex color #B356FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B356FB is #4CA904. Grayscale: #848484. Windows color (decimal): -5024005 or 16471731. OLE color: 16471731.

HSL color Cylindrical-coordinate representation of color #B356FB: hue angle of 273.82º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B356FB is Cyan = 0.29, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 179 86 251 -
CMYK 0.29 0.66 0 0.02
HSL 273.82º 0.95% 0.66% -
HSV(B) 273.82º 0.66% 0.98% -
XYZ 39.33 23.2 93.67 -
YUV 132.62 194.81 161.08 -
System Red Green Blue C M Y K H S L
Decimal 179 86 251 0.29 0.66 0 0.02 273.82 0.95 0.66
Hex B3 56 FB 1D 42 0 2 112 5F 42
Octal 263 126 373 35 102 0 2 422 137 102
Binary 10110011 1010110 11111011 11101 1000010 0 10 100010010 1011111 1000010

Color Harmonies of #B356FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B356FB

Black with #B356FB

Text Example


Text Example

White with #B356FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B356FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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