Html Css Color HEX #B24AD4 Medium Orchid

📋 copy color: '#B24AD4'

red 178 ◦ green 74 ◦ blue 212

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

Shades of Medium Orchid #B24AD4

Tints of Medium Orchid #B24AD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 45.69%

R = 38.36%
G = 15.95%
B = 45.69%

CMYK

 C value IS 0.16

 M value IS 0.65

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#B24AD4 (or 0xB24AD4) is known color: Medium Orchid. HEX triplet: B2, 4A and D4. RGB value is (178,74,212). Sum of RGB (Red+Green+Blue) = 178+74+212=464 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.36% from 464); Green value is 74 (29.30% from 255 or 15.95% from 464); Blue value is 212 (83.20% from 255 or 45.69% from 464); Max value from RGB is 212 - color contains mainly: blue. Hex color #B24AD4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B24AD4 is #4DB52B. Grayscale: #787878. Windows color (decimal): -5092652 or 13912754. OLE color: 13912754.

HSL color Cylindrical-coordinate representation of color #B24AD4: hue angle of 285.22º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B24AD4 is Cyan = 0.16, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 178 74 212 -
CMYK 0.16 0.65 0 0.17
HSL 285.22º 0.62% 0.56% -
HSV(B) 285.22º 0.65% 0.83% -
XYZ 32.69 19.12 64.25 -
YUV 120.83 179.46 168.78 -
System Red Green Blue C M Y K H S L
Decimal 178 74 212 0.16 0.65 0 0.17 285.22 0.62 0.56
Hex B2 4A D4 10 41 0 11 11D 3E 38
Octal 262 112 324 20 101 0 21 435 76 70
Binary 10110010 1001010 11010100 10000 1000001 0 10001 100011101 111110 111000

Color Harmonies of #B24AD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24AD4

Black with #B24AD4

Text Example


Text Example

White with #B24AD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24AD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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