Html Css Color HEX #B24FDD Medium Orchid

📋 copy color: '#B24FDD'

red 178 ◦ green 79 ◦ blue 221

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

Shades of Medium Orchid #B24FDD

Tints of Medium Orchid #B24FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 46.23%

R = 37.24%
G = 16.53%
B = 46.23%

CMYK

 C value IS 0.19

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B24FDD (or 0xB24FDD) is known color: Medium Orchid. HEX triplet: B2, 4F and DD. RGB value is (178,79,221). Sum of RGB (Red+Green+Blue) = 178+79+221=478 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.24% from 478); Green value is 79 (31.25% from 255 or 16.53% from 478); Blue value is 221 (86.72% from 255 or 46.23% from 478); Max value from RGB is 221 - color contains mainly: blue. Hex color #B24FDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B24FDD is #4DB022. Grayscale: #7C7C7C. Windows color (decimal): -5091363 or 14503858. OLE color: 14503858.

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

Color convert

RGB 178 79 221 -
CMYK 0.19 0.64 0 0.13
HSL 281.83º 0.68% 0.59% -
HSV(B) 281.83º 0.64% 0.87% -
XYZ 34.21 20.28 70.52 -
YUV 124.79 182.3 165.95 -
System Red Green Blue C M Y K H S L
Decimal 178 79 221 0.19 0.64 0 0.13 281.83 0.68 0.59
Hex B2 4F DD 13 40 0 D 11A 44 3B
Octal 262 117 335 23 100 0 15 432 104 73
Binary 10110010 1001111 11011101 10011 1000000 0 1101 100011010 1000100 111011

Color Harmonies of #B24FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24FDD

Black with #B24FDD

Text Example


Text Example

White with #B24FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24FDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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