Html Css Color HEX #B24DCD Medium Orchid

📋 copy color: '#B24DCD'

red 178 ◦ green 77 ◦ blue 205

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

Shades of Medium Orchid #B24DCD

Tints of Medium Orchid #B24DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 44.57%

R = 38.7%
G = 16.74%
B = 44.57%

CMYK

 C value IS 0.13

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B24DCD (or 0xB24DCD) is known color: Medium Orchid. HEX triplet: B2, 4D and CD. RGB value is (178,77,205). Sum of RGB (Red+Green+Blue) = 178+77+205=460 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.70% from 460); Green value is 77 (30.47% from 255 or 16.74% from 460); Blue value is 205 (80.47% from 255 or 44.57% from 460); Max value from RGB is 205 - color contains mainly: blue. Hex color #B24DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B24DCD is #4DB232. Grayscale: #797979. Windows color (decimal): -5091891 or 13454770. OLE color: 13454770.

HSL color Cylindrical-coordinate representation of color #B24DCD: hue angle of 287.34º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B24DCD is Cyan = 0.13, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 178 77 205 -
CMYK 0.13 0.62 0 0.20
HSL 287.34º 0.56% 0.55% -
HSV(B) 287.34º 0.62% 0.8% -
XYZ 32.03 19.18 59.77 -
YUV 121.79 174.96 168.09 -
System Red Green Blue C M Y K H S L
Decimal 178 77 205 0.13 0.62 0 0.20 287.34 0.56 0.55
Hex B2 4D CD D 3E 0 14 11F 38 37
Octal 262 115 315 15 76 0 24 437 70 67
Binary 10110010 1001101 11001101 1101 111110 0 10100 100011111 111000 110111

Color Harmonies of #B24DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24DCD

Black with #B24DCD

Text Example


Text Example

White with #B24DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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