Html Css Color HEX #B24ADB Medium Orchid

📋 copy color: '#B24ADB'

red 178 ◦ green 74 ◦ blue 219

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

Shades of Medium Orchid #B24ADB

Tints of Medium Orchid #B24ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 46.5%

R = 37.79%
G = 15.71%
B = 46.5%

CMYK

 C value IS 0.19

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B24ADB (or 0xB24ADB) is known color: Medium Orchid. HEX triplet: B2, 4A and DB. RGB value is (178,74,219). Sum of RGB (Red+Green+Blue) = 178+74+219=471 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.79% from 471); Green value is 74 (29.30% from 255 or 15.71% from 471); Blue value is 219 (85.94% from 255 or 46.50% from 471); Max value from RGB is 219 - color contains mainly: blue. Hex color #B24ADB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B24ADB is #4DB524. Grayscale: #797979. Windows color (decimal): -5092645 or 14371506. OLE color: 14371506.

HSL color Cylindrical-coordinate representation of color #B24ADB: hue angle of 283.03º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B24ADB is Cyan = 0.19, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 178 74 219 -
CMYK 0.19 0.66 0 0.14
HSL 283.03º 0.67% 0.57% -
HSV(B) 283.03º 0.66% 0.86% -
XYZ 33.6 19.48 69.01 -
YUV 121.63 182.96 168.21 -
System Red Green Blue C M Y K H S L
Decimal 178 74 219 0.19 0.66 0 0.14 283.03 0.67 0.57
Hex B2 4A DB 13 42 0 E 11B 43 39
Octal 262 112 333 23 102 0 16 433 103 71
Binary 10110010 1001010 11011011 10011 1000010 0 1110 100011011 1000011 111001

Color Harmonies of #B24ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24ADB

Black with #B24ADB

Text Example


Text Example

White with #B24ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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