Html Css Color HEX #B24ED0 Medium Orchid

📋 copy color: '#B24ED0'

red 178 ◦ green 78 ◦ blue 208

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

Shades of Medium Orchid #B24ED0

Tints of Medium Orchid #B24ED0

RGB

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

 GREEN value IS 78 (30.86% from 255) = 16.81%

 BLUE value IS 208 (81.64% from 255) = 44.83%

R = 38.36%
G = 16.81%
B = 44.83%

CMYK

 C value IS 0.14

 M value IS 0.62

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B24ED0 (or 0xB24ED0) is known color: Medium Orchid. HEX triplet: B2, 4E and D0. RGB value is (178,78,208). Sum of RGB (Red+Green+Blue) = 178+78+208=464 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.36% from 464); Green value is 78 (30.86% from 255 or 16.81% from 464); Blue value is 208 (81.64% from 255 or 44.83% from 464); Max value from RGB is 208 - color contains mainly: blue. Hex color #B24ED0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B24ED0 is #4DB12F. Grayscale: #7A7A7A. Windows color (decimal): -5091632 or 13651634. OLE color: 13651634.

HSL color Cylindrical-coordinate representation of color #B24ED0: hue angle of 286.15º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B24ED0 is Cyan = 0.14, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 178 78 208 -
CMYK 0.14 0.62 0 0.18
HSL 286.15º 0.58% 0.56% -
HSV(B) 286.15º 0.63% 0.82% -
XYZ 32.47 19.47 61.72 -
YUV 122.72 176.13 167.43 -
System Red Green Blue C M Y K H S L
Decimal 178 78 208 0.14 0.62 0 0.18 286.15 0.58 0.56
Hex B2 4E D0 E 3E 0 12 11E 3A 38
Octal 262 116 320 16 76 0 22 436 72 70
Binary 10110010 1001110 11010000 1110 111110 0 10010 100011110 111010 111000

Color Harmonies of #B24ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24ED0

Black with #B24ED0

Text Example


Text Example

White with #B24ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24ED0; }

 p { color: rgb(178,78,208); }

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

background-color css

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

 a { background-color: rgb(178,78,208); }

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

border-color css

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

 span { border-color: rgb(178,78,208); }

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