Html Css Color HEX #B24ADC Medium Orchid

📋 copy color: '#B24ADC'

red 178 ◦ green 74 ◦ blue 220

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

Shades of Medium Orchid #B24ADC

Tints of Medium Orchid #B24ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 46.61%

R = 37.71%
G = 15.68%
B = 46.61%

CMYK

 C value IS 0.19

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B24ADC (or 0xB24ADC) is known color: Medium Orchid. HEX triplet: B2, 4A and DC. RGB value is (178,74,220). Sum of RGB (Red+Green+Blue) = 178+74+220=472 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.71% from 472); Green value is 74 (29.30% from 255 or 15.68% from 472); Blue value is 220 (86.33% from 255 or 46.61% from 472); Max value from RGB is 220 - color contains mainly: blue. Hex color #B24ADC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B24ADC is #4DB523. Grayscale: #797979. Windows color (decimal): -5092644 or 14437042. OLE color: 14437042.

HSL color Cylindrical-coordinate representation of color #B24ADC: hue angle of 282.74º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B24ADC is Cyan = 0.19, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 178 74 220 -
CMYK 0.19 0.66 0 0.14
HSL 282.74º 0.68% 0.58% -
HSV(B) 282.74º 0.66% 0.86% -
XYZ 33.73 19.53 69.7 -
YUV 121.74 183.46 168.13 -
System Red Green Blue C M Y K H S L
Decimal 178 74 220 0.19 0.66 0 0.14 282.74 0.68 0.58
Hex B2 4A DC 13 42 0 E 11B 44 3A
Octal 262 112 334 23 102 0 16 433 104 72
Binary 10110010 1001010 11011100 10011 1000010 0 1110 100011011 1000100 111010

Color Harmonies of #B24ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24ADC

Black with #B24ADC

Text Example


Text Example

White with #B24ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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