Html Css Color HEX #B24CDC Medium Orchid

📋 copy color: '#B24CDC'

red 178 ◦ green 76 ◦ blue 220

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

Shades of Medium Orchid #B24CDC

Tints of Medium Orchid #B24CDC

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.03%

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

R = 37.55%
G = 16.03%
B = 46.41%

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

#B24CDC (or 0xB24CDC) is known color: Medium Orchid. HEX triplet: B2, 4C and DC. RGB value is (178,76,220). Sum of RGB (Red+Green+Blue) = 178+76+220=474 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.55% from 474); Green value is 76 (30.08% from 255 or 16.03% from 474); Blue value is 220 (86.33% from 255 or 46.41% from 474); Max value from RGB is 220 - color contains mainly: blue. Hex color #B24CDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B24CDC is #4DB323. Grayscale: #7A7A7A. Windows color (decimal): -5092132 or 14437554. OLE color: 14437554.

HSL color Cylindrical-coordinate representation of color #B24CDC: hue angle of 282.5º 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 #B24CDC is Cyan = 0.19, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 178 76 220 -
CMYK 0.19 0.65 0 0.14
HSL 282.5º 0.67% 0.58% -
HSV(B) 282.5º 0.65% 0.86% -
XYZ 33.86 19.8 69.75 -
YUV 122.91 182.79 167.29 -
System Red Green Blue C M Y K H S L
Decimal 178 76 220 0.19 0.65 0 0.14 282.5 0.67 0.58
Hex B2 4C DC 13 41 0 E 11A 43 3A
Octal 262 114 334 23 101 0 16 432 103 72
Binary 10110010 1001100 11011100 10011 1000001 0 1110 100011010 1000011 111010

Color Harmonies of #B24CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24CDC

Black with #B24CDC

Text Example


Text Example

White with #B24CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24CDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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