Html Css Color HEX #B356DF Medium Orchid

📋 copy color: '#B356DF'

red 179 ◦ green 86 ◦ blue 223

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

Shades of Medium Orchid #B356DF

Tints of Medium Orchid #B356DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.7%

R = 36.68%
G = 17.62%
B = 45.7%

CMYK

 C value IS 0.20

 M value IS 0.61

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B356DF (or 0xB356DF) is known color: Medium Orchid. HEX triplet: B3, 56 and DF. RGB value is (179,86,223). Sum of RGB (Red+Green+Blue) = 179+86+223=488 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.68% from 488); Green value is 86 (33.98% from 255 or 17.62% from 488); Blue value is 223 (87.5% from 255 or 45.70% from 488); Max value from RGB is 223 - color contains mainly: blue. Hex color #B356DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B356DF is #4CA920. Grayscale: #808080. Windows color (decimal): -5024033 or 14636723. OLE color: 14636723.

HSL color Cylindrical-coordinate representation of color #B356DF: hue angle of 280.73º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B356DF is Cyan = 0.20, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 179 86 223 -
CMYK 0.20 0.61 0 0.13
HSL 280.73º 0.68% 0.61% -
HSV(B) 280.73º 0.61% 0.87% -
XYZ 35.24 21.57 72.12 -
YUV 129.43 180.81 163.36 -
System Red Green Blue C M Y K H S L
Decimal 179 86 223 0.20 0.61 0 0.13 280.73 0.68 0.61
Hex B3 56 DF 14 3D 0 D 119 44 3D
Octal 263 126 337 24 75 0 15 431 104 75
Binary 10110011 1010110 11011111 10100 111101 0 1101 100011001 1000100 111101

Color Harmonies of #B356DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B356DF

Black with #B356DF

Text Example


Text Example

White with #B356DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B356DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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