Html Css Color HEX #B23ACE Medium Orchid

📋 copy color: '#B23ACE'

red 178 ◦ green 58 ◦ blue 206

#B23ACE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #B23ACE

Tints of Medium Orchid #B23ACE

RGB

 RED value IS 178 (69.92% from 255) = 40.27%

 GREEN value IS 58 (23.05% from 255) = 13.12%

 BLUE value IS 206 (80.86% from 255) = 46.61%

R = 40.27%
G = 13.12%
B = 46.61%

CMYK

 C value IS 0.14

 M value IS 0.72

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B23ACE (or 0xB23ACE) is known color: Medium Orchid. HEX triplet: B2, 3A and CE. RGB value is (178,58,206). Sum of RGB (Red+Green+Blue) = 178+58+206=442 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.27% from 442); Green value is 58 (23.05% from 255 or 13.12% from 442); Blue value is 206 (80.86% from 255 or 46.61% from 442); Max value from RGB is 206 - color contains mainly: blue. Hex color #B23ACE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B23ACE is #4DC531. Grayscale: #6E6E6E. Windows color (decimal): -5096754 or 13515442. OLE color: 13515442.

HSL color Cylindrical-coordinate representation of color #B23ACE: hue angle of 288.65º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B23ACE is Cyan = 0.14, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 178 58 206 -
CMYK 0.14 0.72 0 0.19
HSL 288.65º 0.6% 0.52% -
HSV(B) 288.65º 0.72% 0.81% -
XYZ 31.01 16.95 60.03 -
YUV 110.75 181.76 175.97 -
System Red Green Blue C M Y K H S L
Decimal 178 58 206 0.14 0.72 0 0.19 288.65 0.6 0.52
Hex B2 3A CE E 48 0 13 121 3C 34
Octal 262 72 316 16 110 0 23 441 74 64
Binary 10110010 111010 11001110 1110 1001000 0 10011 100100001 111100 110100

Color Harmonies of #B23ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23ACE

Black with #B23ACE

Text Example


Text Example

White with #B23ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23ACE; }

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

 H1.HeaderClassName
 {
   color: #B23ACE;
 }
 .AnyTagClassName
 {
   color: #B23ACE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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