#B65AEB

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

Shades of Medium Orchid #B65AEB

Tints of Medium Orchid #B65AEB

Color information

#B65AEB (or 0xB65AEB) is unknown color: approx Medium Orchid. HEX triplet: B6, 5A and EB. RGB value is (182,90,235). Sum of RGB (Red+Green+Blue) = 182+90+235=507 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.90% from 507); Green value is 90 (35.55% from 255 or 17.75% from 507); Blue value is 235 (92.19% from 255 or 46.35% from 507); Max value from RGB is 235 - color contains mainly: blue. Hex color #B65AEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B65AEB is #49A514. Grayscale: #858585. Windows color (decimal): -4826389 or 15424182. OLE color: 15424182.

HSL color Cylindrical-coordinate representation of color #B65AEB: hue angle of 278.07º degrees, saturation: 0.78, 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 #B65AEB is Cyan = 0.23, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB18290235-
CMYK0.230.6200.08
HSL278.07º78.38%63.73%-
HSV(B)278.07º61.7%92.16%-
XYZ37.9423.2681.09-
YUV134.04184.98162.21-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.90%
GREEN value IS 90 (35.55% from 255) = 17.75%
BLUE value IS 235 (92.19% from 255) = 46.35%
R=35.90%
G=17.75%
B=46.35%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal182902350.230.6200.08278.0778.3863.73
HexB65AEB173E081164e40
Octal2661323532776010426116100
Binary10110110101101011101011101111111100100010001011010011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65AEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65AEB; }

 p { color: rgb(182,90,235); }

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

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

 a { background-color: rgb(182,90,235); }

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

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

 span { border-color: rgb(182,90,235); }

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