Html Css Color HEX #B24EDC Medium Orchid

📋 copy color: '#B24EDC'

red 178 ◦ green 78 ◦ blue 220

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

Shades of Medium Orchid #B24EDC

Tints of Medium Orchid #B24EDC

RGB

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

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

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

R = 37.39%
G = 16.39%
B = 46.22%

CMYK

 C value IS 0.19

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B24EDC (or 0xB24EDC) is known color: Medium Orchid. HEX triplet: B2, 4E and DC. RGB value is (178,78,220). Sum of RGB (Red+Green+Blue) = 178+78+220=476 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.39% from 476); Green value is 78 (30.86% from 255 or 16.39% from 476); Blue value is 220 (86.33% from 255 or 46.22% from 476); Max value from RGB is 220 - color contains mainly: blue. Hex color #B24EDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B24EDC is #4DB123. Grayscale: #7B7B7B. Windows color (decimal): -5091620 or 14438066. OLE color: 14438066.

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

Color convert

RGB 178 78 220 -
CMYK 0.19 0.65 0 0.14
HSL 282.25º 0.67% 0.58% -
HSV(B) 282.25º 0.65% 0.86% -
XYZ 34 20.08 69.79 -
YUV 124.09 182.13 166.45 -
System Red Green Blue C M Y K H S L
Decimal 178 78 220 0.19 0.65 0 0.14 282.25 0.67 0.58
Hex B2 4E DC 13 41 0 E 11A 43 3A
Octal 262 116 334 23 101 0 16 432 103 72
Binary 10110010 1001110 11011100 10011 1000001 0 1110 100011010 1000011 111010

Color Harmonies of #B24EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24EDC

Black with #B24EDC

Text Example


Text Example

White with #B24EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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