Html Css Color HEX #B355F6 Medium Orchid

📋 copy color: '#B355F6'

red 179 ◦ green 85 ◦ blue 246

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

Shades of Medium Orchid #B355F6

Tints of Medium Orchid #B355F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 48.24%

R = 35.1%
G = 16.67%
B = 48.24%

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

#B355F6 (or 0xB355F6) is known color: Medium Orchid. HEX triplet: B3, 55 and F6. RGB value is (179,85,246). Sum of RGB (Red+Green+Blue) = 179+85+246=510 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.10% from 510); Green value is 85 (33.59% from 255 or 16.67% from 510); Blue value is 246 (96.48% from 255 or 48.24% from 510); Max value from RGB is 246 - color contains mainly: blue. Hex color #B355F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B355F6 is #4CAA09. Grayscale: #828282. Windows color (decimal): -5024266 or 16143795. OLE color: 16143795.

HSL color Cylindrical-coordinate representation of color #B355F6: hue angle of 275.03º degrees, saturation: 0.9, 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 #B355F6 is Cyan = 0.27, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 179 85 246 -
CMYK 0.27 0.65 0 0.04
HSL 275.03º 0.9% 0.65% -
HSV(B) 275.03º 0.65% 0.96% -
XYZ 38.47 22.73 89.55 -
YUV 131.46 192.64 161.91 -
System Red Green Blue C M Y K H S L
Decimal 179 85 246 0.27 0.65 0 0.04 275.03 0.9 0.65
Hex B3 55 F6 1B 41 0 4 113 5A 41
Octal 263 125 366 33 101 0 4 423 132 101
Binary 10110011 1010101 11110110 11011 1000001 0 100 100010011 1011010 1000001

Color Harmonies of #B355F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B355F6

Black with #B355F6

Text Example


Text Example

White with #B355F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B355F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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