#B35AEA

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

Shades of Medium Orchid #B35AEA

Tints of Medium Orchid #B35AEA

Color information

#B35AEA (or 0xB35AEA) is unknown color: approx Medium Orchid. HEX triplet: B3, 5A and EA. RGB value is (179,90,234). Sum of RGB (Red+Green+Blue) = 179+90+234=503 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.59% from 503); Green value is 90 (35.55% from 255 or 17.89% from 503); Blue value is 234 (91.80% from 255 or 46.52% from 503); Max value from RGB is 234 - color contains mainly: blue. Hex color #B35AEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B35AEA is #4CA515. Grayscale: #848484. Windows color (decimal): -5022998 or 15358643. OLE color: 15358643.

HSL color Cylindrical-coordinate representation of color #B35AEA: hue angle of 277.08º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B35AEA is Cyan = 0.24, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB17990234-
CMYK0.240.6200.08
HSL277.08º77.42%63.53%-
HSV(B)277.08º61.54%91.76%-
XYZ37.122.8480.29-
YUV133.03184.99160.79-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.59%
GREEN value IS 90 (35.55% from 255) = 17.89%
BLUE value IS 234 (91.80% from 255) = 46.52%
R=35.59%
G=17.89%
B=46.52%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal179902340.240.6200.08277.0877.4263.53
HexB35AEA183E081154d40
Octal2631323523076010425115100
Binary10110011101101011101010110001111100100010001010110011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35AEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35AEA; }

 p { color: rgb(179,90,234); }

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

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

 a { background-color: rgb(179,90,234); }

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

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

 span { border-color: rgb(179,90,234); }

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