#B35CF1

Color #B35CF1 Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #B35CF1

Tints of Medium Orchid #B35CF1

Color information

#B35CF1 (or 0xB35CF1) is unknown color: approx Medium Orchid. HEX triplet: B3, 5C and F1. RGB value is (179,92,241). Sum of RGB (Red+Green+Blue) = 179+92+241=512 (67% of max value = 765). Red value is 179 (70.31% from 255 or 34.96% from 512); Green value is 92 (36.33% from 255 or 17.97% from 512); Blue value is 241 (94.53% from 255 or 47.07% from 512); Max value from RGB is 241 - color contains mainly: blue. Hex color #B35CF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B35CF1 is #4CA30E. Grayscale: #868686. Windows color (decimal): -5022479 or 15817907. OLE color: 15817907.

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

Color convert

RGB17992241-
CMYK0.260.6200.05
HSL275.03º84.18%65.29%-
HSV(B)275.03º61.83%94.51%-
XYZ38.2923.5985.75-
YUV135187.82159.38-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.96%
GREEN value IS 92 (36.33% from 255) = 17.97%
BLUE value IS 241 (94.53% from 255) = 47.07%
R=34.96%
G=17.97%
B=47.07%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal179922410.260.6200.05275.0384.1865.29
HexB35CF11A3E051135441
Octal263134361327605423124101
Binary1011001110111001111000111010111110010110001001110101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35CF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35CF1; }

 p { color: rgb(179,92,241); }

 H1.HeaderClassName
 {
   color: #B35CF1;
 }
 .AnyTagClassName
 {
   color: #B35CF1;
 }
</style>
background-color css

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

 a { background-color: rgb(179,92,241); }

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

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

 span { border-color: rgb(179,92,241); }

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