Html Css Color HEX #B24DDD Medium Orchid

📋 copy color: '#B24DDD'

red 178 ◦ green 77 ◦ blue 221

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

Shades of Medium Orchid #B24DDD

Tints of Medium Orchid #B24DDD

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.18%

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

R = 37.39%
G = 16.18%
B = 46.43%

CMYK

 C value IS 0.19

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B24DDD (or 0xB24DDD) is known color: Medium Orchid. HEX triplet: B2, 4D and DD. RGB value is (178,77,221). Sum of RGB (Red+Green+Blue) = 178+77+221=476 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.39% from 476); Green value is 77 (30.47% from 255 or 16.18% from 476); Blue value is 221 (86.72% from 255 or 46.43% from 476); Max value from RGB is 221 - color contains mainly: blue. Hex color #B24DDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B24DDD is #4DB222. Grayscale: #7B7B7B. Windows color (decimal): -5091875 or 14503346. OLE color: 14503346.

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

Color convert

RGB 178 77 221 -
CMYK 0.19 0.65 0 0.13
HSL 282.08º 0.68% 0.58% -
HSV(B) 282.08º 0.65% 0.87% -
XYZ 34.07 19.99 70.47 -
YUV 123.62 182.96 166.79 -
System Red Green Blue C M Y K H S L
Decimal 178 77 221 0.19 0.65 0 0.13 282.08 0.68 0.58
Hex B2 4D DD 13 41 0 D 11A 44 3A
Octal 262 115 335 23 101 0 15 432 104 72
Binary 10110010 1001101 11011101 10011 1000001 0 1101 100011010 1000100 111010

Color Harmonies of #B24DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24DDD

Black with #B24DDD

Text Example


Text Example

White with #B24DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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