Html Css Color HEX #B24CDF Medium Orchid

📋 copy color: '#B24CDF'

red 178 ◦ green 76 ◦ blue 223

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

Shades of Medium Orchid #B24CDF

Tints of Medium Orchid #B24CDF

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.93%

 BLUE value IS 223 (87.5% from 255) = 46.75%

R = 37.32%
G = 15.93%
B = 46.75%

CMYK

 C value IS 0.20

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B24CDF (or 0xB24CDF) is known color: Medium Orchid. HEX triplet: B2, 4C and DF. RGB value is (178,76,223). Sum of RGB (Red+Green+Blue) = 178+76+223=477 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.32% from 477); Green value is 76 (30.08% from 255 or 15.93% from 477); Blue value is 223 (87.5% from 255 or 46.75% from 477); Max value from RGB is 223 - color contains mainly: blue. Hex color #B24CDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B24CDF is #4DB320. Grayscale: #7A7A7A. Windows color (decimal): -5092129 or 14634162. OLE color: 14634162.

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

Color convert

RGB 178 76 223 -
CMYK 0.20 0.66 0 0.13
HSL 281.63º 0.7% 0.59% -
HSV(B) 281.63º 0.66% 0.87% -
XYZ 34.26 19.96 71.86 -
YUV 123.26 184.29 167.05 -
System Red Green Blue C M Y K H S L
Decimal 178 76 223 0.20 0.66 0 0.13 281.63 0.7 0.59
Hex B2 4C DF 14 42 0 D 11A 46 3B
Octal 262 114 337 24 102 0 15 432 106 73
Binary 10110010 1001100 11011111 10100 1000010 0 1101 100011010 1000110 111011

Color Harmonies of #B24CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24CDF

Black with #B24CDF

Text Example


Text Example

White with #B24CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24CDF; }

 p { color: rgb(178,76,223); }

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

background-color css

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

 a { background-color: rgb(178,76,223); }

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

border-color css

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

 span { border-color: rgb(178,76,223); }

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