#B23EEE

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

Shades of Medium Orchid #B23EEE

Tints of Medium Orchid #B23EEE

Color information

#B23EEE (or 0xB23EEE) is unknown color: approx Medium Orchid. HEX triplet: B2, 3E and EE. RGB value is (178,62,238). Sum of RGB (Red+Green+Blue) = 178+62+238=478 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.24% from 478); Green value is 62 (24.61% from 255 or 12.97% from 478); Blue value is 238 (93.36% from 255 or 49.79% from 478); Max value from RGB is 238 - color contains mainly: blue. Hex color #B23EEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B23EEE is #4DC111. Grayscale: #747474. Windows color (decimal): -5095698 or 15613618. OLE color: 15613618.

HSL color Cylindrical-coordinate representation of color #B23EEE: hue angle of 279.55º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B23EEE is Cyan = 0.25, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB17862238-
CMYK0.250.7400.07
HSL279.55º83.81%58.82%-
HSV(B)279.55º73.95%93.33%-
XYZ35.5219.0882.7-
YUV116.75196.43171.69-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.24%
GREEN value IS 62 (24.61% from 255) = 12.97%
BLUE value IS 238 (93.36% from 255) = 49.79%
R=37.24%
G=12.97%
B=49.79%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal178622380.250.7400.07279.5583.8158.82
HexB23EEE194A07118543b
Octal26276356311120743012473
Binary101100101111101110111011001100101001111000110001010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B23EEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B23EEE; }

 p { color: rgb(178,62,238); }

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

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

 a { background-color: rgb(178,62,238); }

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

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

 span { border-color: rgb(178,62,238); }

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