Html Css Color HEX #B355DF Medium Orchid

📋 copy color: '#B355DF'

red 179 ◦ green 85 ◦ blue 223

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

Shades of Medium Orchid #B355DF

Tints of Medium Orchid #B355DF

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.45%

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

R = 36.76%
G = 17.45%
B = 45.79%

CMYK

 C value IS 0.20

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B355DF (or 0xB355DF) is known color: Medium Orchid. HEX triplet: B3, 55 and DF. RGB value is (179,85,223). Sum of RGB (Red+Green+Blue) = 179+85+223=487 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.76% from 487); Green value is 85 (33.59% from 255 or 17.45% from 487); Blue value is 223 (87.5% from 255 or 45.79% from 487); Max value from RGB is 223 - color contains mainly: blue. Hex color #B355DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B355DF is #4CAA20. Grayscale: #808080. Windows color (decimal): -5024289 or 14636467. OLE color: 14636467.

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

Color convert

RGB 179 85 223 -
CMYK 0.20 0.62 0 0.13
HSL 280.87º 0.68% 0.6% -
HSV(B) 280.87º 0.62% 0.87% -
XYZ 35.16 21.41 72.09 -
YUV 128.84 181.14 163.78 -
System Red Green Blue C M Y K H S L
Decimal 179 85 223 0.20 0.62 0 0.13 280.87 0.68 0.6
Hex B3 55 DF 14 3E 0 D 119 44 3C
Octal 263 125 337 24 76 0 15 431 104 74
Binary 10110011 1010101 11011111 10100 111110 0 1101 100011001 1000100 111100

Color Harmonies of #B355DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B355DF

Black with #B355DF

Text Example


Text Example

White with #B355DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B355DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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