#B35FE7

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

Shades of Medium Orchid #B35FE7

Tints of Medium Orchid #B35FE7

Color information

#B35FE7 (or 0xB35FE7) is unknown color: approx Medium Orchid. HEX triplet: B3, 5F and E7. RGB value is (179,95,231). Sum of RGB (Red+Green+Blue) = 179+95+231=505 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.45% from 505); Green value is 95 (37.5% from 255 or 18.81% from 505); Blue value is 231 (90.62% from 255 or 45.74% from 505); Max value from RGB is 231 - color contains mainly: blue. Hex color #B35FE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B35FE7 is #4CA018. Grayscale: #878787. Windows color (decimal): -5021721 or 15163315. OLE color: 15163315.

HSL color Cylindrical-coordinate representation of color #B35FE7: hue angle of 277.06º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B35FE7 is Cyan = 0.23, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB17995231-
CMYK0.230.5900.09
HSL277.06º73.91%63.92%-
HSV(B)277.06º58.87%90.59%-
XYZ37.1123.5478.19-
YUV135.62181.83158.94-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.45%
GREEN value IS 95 (37.5% from 255) = 18.81%
BLUE value IS 231 (90.62% from 255) = 45.74%
R=35.45%
G=18.81%
B=45.74%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal179952310.230.5900.09277.0673.9163.92
HexB35FE7173B091154a40
Octal2631373472773011425112100
Binary10110011101111111100111101111110110100110001010110010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35FE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35FE7; }

 p { color: rgb(179,95,231); }

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

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

 a { background-color: rgb(179,95,231); }

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

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

 span { border-color: rgb(179,95,231); }

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