Html Css Color HEX #B24DC3 Medium Orchid

📋 copy color: '#B24DC3'

red 178 ◦ green 77 ◦ blue 195

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

Shades of Medium Orchid #B24DC3

Tints of Medium Orchid #B24DC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 43.33%

R = 39.56%
G = 17.11%
B = 43.33%

CMYK

 C value IS 0.09

 M value IS 0.61

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B24DC3 (or 0xB24DC3) is known color: Medium Orchid. HEX triplet: B2, 4D and C3. RGB value is (178,77,195). Sum of RGB (Red+Green+Blue) = 178+77+195=450 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.56% from 450); Green value is 77 (30.47% from 255 or 17.11% from 450); Blue value is 195 (76.56% from 255 or 43.33% from 450); Max value from RGB is 195 - color contains mainly: blue. Hex color #B24DC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B24DC3 is #4DB23C. Grayscale: #787878. Windows color (decimal): -5091901 or 12799410. OLE color: 12799410.

HSL color Cylindrical-coordinate representation of color #B24DC3: hue angle of 291.36º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B24DC3 is Cyan = 0.09, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 178 77 195 -
CMYK 0.09 0.61 0 0.24
HSL 291.36º 0.5% 0.53% -
HSV(B) 291.36º 0.61% 0.76% -
XYZ 30.86 18.71 53.61 -
YUV 120.65 169.96 168.91 -
System Red Green Blue C M Y K H S L
Decimal 178 77 195 0.09 0.61 0 0.24 291.36 0.5 0.53
Hex B2 4D C3 9 3D 0 18 123 32 35
Octal 262 115 303 11 75 0 30 443 62 65
Binary 10110010 1001101 11000011 1001 111101 0 11000 100100011 110010 110101

Color Harmonies of #B24DC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24DC3

Black with #B24DC3

Text Example


Text Example

White with #B24DC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24DC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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