#B35BEF

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

Shades of Medium Orchid #B35BEF

Tints of Medium Orchid #B35BEF

Color information

#B35BEF (or 0xB35BEF) is unknown color: approx Medium Orchid. HEX triplet: B3, 5B and EF. RGB value is (179,91,239). Sum of RGB (Red+Green+Blue) = 179+91+239=509 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.17% from 509); Green value is 91 (35.94% from 255 or 17.88% from 509); Blue value is 239 (93.75% from 255 or 46.95% from 509); Max value from RGB is 239 - color contains mainly: blue. Hex color #B35BEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B35BEF is #4CA410. Grayscale: #858585. Windows color (decimal): -5022737 or 15686579. OLE color: 15686579.

HSL color Cylindrical-coordinate representation of color #B35BEF: hue angle of 275.68º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B35BEF is Cyan = 0.25, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB17991239-
CMYK0.250.6200.06
HSL275.68º82.22%64.71%-
HSV(B)275.68º61.92%93.73%-
XYZ37.9123.384.16-
YUV134.18187.15159.97-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.17%
GREEN value IS 91 (35.94% from 255) = 17.88%
BLUE value IS 239 (93.75% from 255) = 46.95%
R=35.17%
G=17.88%
B=46.95%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal179912390.250.6200.06275.6882.2264.71
HexB35BEF193E061145241
Octal263133357317606424122101
Binary1011001110110111110111111001111110011010001010010100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35BEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35BEF; }

 p { color: rgb(179,91,239); }

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

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

 a { background-color: rgb(179,91,239); }

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

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

 span { border-color: rgb(179,91,239); }

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