Html Css Color HEX #B24DDA Medium Orchid

📋 copy color: '#B24DDA'

red 178 ◦ green 77 ◦ blue 218

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

Shades of Medium Orchid #B24DDA

Tints of Medium Orchid #B24DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 46.09%

R = 37.63%
G = 16.28%
B = 46.09%

CMYK

 C value IS 0.18

 M value IS 0.65

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B24DDA (or 0xB24DDA) is known color: Medium Orchid. HEX triplet: B2, 4D and DA. RGB value is (178,77,218). Sum of RGB (Red+Green+Blue) = 178+77+218=473 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.63% from 473); Green value is 77 (30.47% from 255 or 16.28% from 473); Blue value is 218 (85.55% from 255 or 46.09% from 473); Max value from RGB is 218 - color contains mainly: blue. Hex color #B24DDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B24DDA is #4DB225. Grayscale: #7A7A7A. Windows color (decimal): -5091878 or 14306738. OLE color: 14306738.

HSL color Cylindrical-coordinate representation of color #B24DDA: hue angle of 282.98º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B24DDA is Cyan = 0.18, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 178 77 218 -
CMYK 0.18 0.65 0 0.15
HSL 282.98º 0.66% 0.58% -
HSV(B) 282.98º 0.65% 0.85% -
XYZ 33.67 19.83 68.38 -
YUV 123.27 181.46 167.04 -
System Red Green Blue C M Y K H S L
Decimal 178 77 218 0.18 0.65 0 0.15 282.98 0.66 0.58
Hex B2 4D DA 12 41 0 F 11B 42 3A
Octal 262 115 332 22 101 0 17 433 102 72
Binary 10110010 1001101 11011010 10010 1000001 0 1111 100011011 1000010 111010

Color Harmonies of #B24DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24DDA

Black with #B24DDA

Text Example


Text Example

White with #B24DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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