Html Css Color HEX #B24DDE Medium Orchid

📋 copy color: '#B24DDE'

red 178 ◦ green 77 ◦ blue 222

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

Shades of Medium Orchid #B24DDE

Tints of Medium Orchid #B24DDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 46.54%

R = 37.32%
G = 16.14%
B = 46.54%

CMYK

 C value IS 0.20

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B24DDE (or 0xB24DDE) is known color: Medium Orchid. HEX triplet: B2, 4D and DE. RGB value is (178,77,222). Sum of RGB (Red+Green+Blue) = 178+77+222=477 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.32% from 477); Green value is 77 (30.47% from 255 or 16.14% from 477); Blue value is 222 (87.11% from 255 or 46.54% from 477); Max value from RGB is 222 - color contains mainly: blue. Hex color #B24DDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B24DDE is #4DB221. Grayscale: #7B7B7B. Windows color (decimal): -5091874 or 14568882. OLE color: 14568882.

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

Color convert

RGB 178 77 222 -
CMYK 0.20 0.65 0 0.13
HSL 281.79º 0.69% 0.59% -
HSV(B) 281.79º 0.65% 0.87% -
XYZ 34.2 20.05 71.17 -
YUV 123.73 183.46 166.71 -
System Red Green Blue C M Y K H S L
Decimal 178 77 222 0.20 0.65 0 0.13 281.79 0.69 0.59
Hex B2 4D DE 14 41 0 D 11A 45 3B
Octal 262 115 336 24 101 0 15 432 105 73
Binary 10110010 1001101 11011110 10100 1000001 0 1101 100011010 1000101 111011

Color Harmonies of #B24DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24DDE

Black with #B24DDE

Text Example


Text Example

White with #B24DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24DDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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