#B23AF7

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

Shades of Medium Orchid #B23AF7

Tints of Medium Orchid #B23AF7

Color information

#B23AF7 (or 0xB23AF7) is unknown color: approx Medium Orchid. HEX triplet: B2, 3A and F7. RGB value is (178,58,247). Sum of RGB (Red+Green+Blue) = 178+58+247=483 (63% of max value = 765). Red value is 178 (69.92% from 255 or 36.85% from 483); Green value is 58 (23.05% from 255 or 12.01% from 483); Blue value is 247 (96.88% from 255 or 51.14% from 483); Max value from RGB is 247 - color contains mainly: blue. Hex color #B23AF7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B23AF7 is #4DC508. Grayscale: #727272. Windows color (decimal): -5096713 or 16202418. OLE color: 16202418.

HSL color Cylindrical-coordinate representation of color #B23AF7: hue angle of 278.1º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B23AF7 is Cyan = 0.28, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB17858247-
CMYK0.280.7700.03
HSL278.1º92.2%59.8%-
HSV(B)278.1º76.52%96.86%-
XYZ36.6619.2189.77-
YUV115.43202.26172.63-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.85%
GREEN value IS 58 (23.05% from 255) = 12.01%
BLUE value IS 247 (96.88% from 255) = 51.14%
R=36.85%
G=12.01%
B=51.14%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal178582470.280.7700.03278.192.259.8
HexB23AF71C4D031165c3c
Octal26272367341150342613474
Binary10110010111010111101111110010011010111000101101011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B23AF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B23AF7; }

 p { color: rgb(178,58,247); }

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

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

 a { background-color: rgb(178,58,247); }

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

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

 span { border-color: rgb(178,58,247); }

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