Html Css Color HEX #B24FDC Medium Orchid

📋 copy color: '#B24FDC'

red 178 ◦ green 79 ◦ blue 220

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

Shades of Medium Orchid #B24FDC

Tints of Medium Orchid #B24FDC

RGB

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

 GREEN value IS 79 (31.25% from 255) = 16.56%

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

R = 37.32%
G = 16.56%
B = 46.12%

CMYK

 C value IS 0.19

 M value IS 0.64

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B24FDC (or 0xB24FDC) is known color: Medium Orchid. HEX triplet: B2, 4F and DC. RGB value is (178,79,220). Sum of RGB (Red+Green+Blue) = 178+79+220=477 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.32% from 477); Green value is 79 (31.25% from 255 or 16.56% from 477); Blue value is 220 (86.33% from 255 or 46.12% from 477); Max value from RGB is 220 - color contains mainly: blue. Hex color #B24FDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B24FDC is #4DB023. Grayscale: #7C7C7C. Windows color (decimal): -5091364 or 14438322. OLE color: 14438322.

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

Color convert

RGB 178 79 220 -
CMYK 0.19 0.64 0 0.14
HSL 282.13º 0.67% 0.59% -
HSV(B) 282.13º 0.64% 0.86% -
XYZ 34.07 20.22 69.82 -
YUV 124.68 181.8 166.04 -
System Red Green Blue C M Y K H S L
Decimal 178 79 220 0.19 0.64 0 0.14 282.13 0.67 0.59
Hex B2 4F DC 13 40 0 E 11A 43 3B
Octal 262 117 334 23 100 0 16 432 103 73
Binary 10110010 1001111 11011100 10011 1000000 0 1110 100011010 1000011 111011

Color Harmonies of #B24FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24FDC

Black with #B24FDC

Text Example


Text Example

White with #B24FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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