Html Css Color HEX #B24ACE Medium Orchid

📋 copy color: '#B24ACE'

red 178 ◦ green 74 ◦ blue 206

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

Shades of Medium Orchid #B24ACE

Tints of Medium Orchid #B24ACE

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.16%

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

R = 38.86%
G = 16.16%
B = 44.98%

CMYK

 C value IS 0.14

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B24ACE (or 0xB24ACE) is known color: Medium Orchid. HEX triplet: B2, 4A and CE. RGB value is (178,74,206). Sum of RGB (Red+Green+Blue) = 178+74+206=458 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.86% from 458); Green value is 74 (29.30% from 255 or 16.16% from 458); Blue value is 206 (80.86% from 255 or 44.98% from 458); Max value from RGB is 206 - color contains mainly: blue. Hex color #B24ACE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B24ACE is #4DB531. Grayscale: #777777. Windows color (decimal): -5092658 or 13519538. OLE color: 13519538.

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

Color convert

RGB 178 74 206 -
CMYK 0.14 0.64 0 0.19
HSL 287.27º 0.57% 0.55% -
HSV(B) 287.27º 0.64% 0.81% -
XYZ 31.95 18.82 60.34 -
YUV 120.14 176.46 169.27 -
System Red Green Blue C M Y K H S L
Decimal 178 74 206 0.14 0.64 0 0.19 287.27 0.57 0.55
Hex B2 4A CE E 40 0 13 11F 39 37
Octal 262 112 316 16 100 0 23 437 71 67
Binary 10110010 1001010 11001110 1110 1000000 0 10011 100011111 111001 110111

Color Harmonies of #B24ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24ACE

Black with #B24ACE

Text Example


Text Example

White with #B24ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24ACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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