Html Css Color HEX #B24ADF Medium Orchid

📋 copy color: '#B24ADF'

red 178 ◦ green 74 ◦ blue 223

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

Shades of Medium Orchid #B24ADF

Tints of Medium Orchid #B24ADF

RGB

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

 GREEN value IS 74 (29.3% from 255) = 15.58%

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

R = 37.47%
G = 15.58%
B = 46.95%

CMYK

 C value IS 0.20

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B24ADF (or 0xB24ADF) is known color: Medium Orchid. HEX triplet: B2, 4A and DF. RGB value is (178,74,223). Sum of RGB (Red+Green+Blue) = 178+74+223=475 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.47% from 475); Green value is 74 (29.30% from 255 or 15.58% from 475); Blue value is 223 (87.5% from 255 or 46.95% from 475); Max value from RGB is 223 - color contains mainly: blue. Hex color #B24ADF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B24ADF is #4DB520. Grayscale: #797979. Windows color (decimal): -5092641 or 14633650. OLE color: 14633650.

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

Color convert

RGB 178 74 223 -
CMYK 0.20 0.67 0 0.13
HSL 281.88º 0.7% 0.58% -
HSV(B) 281.88º 0.67% 0.87% -
XYZ 34.13 19.69 71.81 -
YUV 122.08 184.96 167.88 -
System Red Green Blue C M Y K H S L
Decimal 178 74 223 0.20 0.67 0 0.13 281.88 0.7 0.58
Hex B2 4A DF 14 43 0 D 11A 46 3A
Octal 262 112 337 24 103 0 15 432 106 72
Binary 10110010 1001010 11011111 10100 1000011 0 1101 100011010 1000110 111010

Color Harmonies of #B24ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24ADF

Black with #B24ADF

Text Example


Text Example

White with #B24ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24ADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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