Html Css Color HEX #B24ECE Medium Orchid

📋 copy color: '#B24ECE'

red 178 ◦ green 78 ◦ blue 206

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

Shades of Medium Orchid #B24ECE

Tints of Medium Orchid #B24ECE

RGB

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

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

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

R = 38.53%
G = 16.88%
B = 44.59%

CMYK

 C value IS 0.14

 M value IS 0.62

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B24ECE (or 0xB24ECE) is known color: Medium Orchid. HEX triplet: B2, 4E and CE. RGB value is (178,78,206). Sum of RGB (Red+Green+Blue) = 178+78+206=462 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.53% from 462); Green value is 78 (30.86% from 255 or 16.88% from 462); Blue value is 206 (80.86% from 255 or 44.59% from 462); Max value from RGB is 206 - color contains mainly: blue. Hex color #B24ECE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B24ECE is #4DB131. Grayscale: #7A7A7A. Windows color (decimal): -5091634 or 13520562. OLE color: 13520562.

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

Color convert

RGB 178 78 206 -
CMYK 0.14 0.62 0 0.19
HSL 286.88º 0.57% 0.56% -
HSV(B) 286.88º 0.62% 0.81% -
XYZ 32.23 19.37 60.43 -
YUV 122.49 175.13 167.59 -
System Red Green Blue C M Y K H S L
Decimal 178 78 206 0.14 0.62 0 0.19 286.88 0.57 0.56
Hex B2 4E CE E 3E 0 13 11F 39 38
Octal 262 116 316 16 76 0 23 437 71 70
Binary 10110010 1001110 11001110 1110 111110 0 10011 100011111 111001 111000

Color Harmonies of #B24ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24ECE

Black with #B24ECE

Text Example


Text Example

White with #B24ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24ECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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