Html Css Color HEX #B24BDB Medium Orchid

📋 copy color: '#B24BDB'

red 178 ◦ green 75 ◦ blue 219

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

Shades of Medium Orchid #B24BDB

Tints of Medium Orchid #B24BDB

RGB

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

 GREEN value IS 75 (29.69% from 255) = 15.89%

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

R = 37.71%
G = 15.89%
B = 46.4%

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

#B24BDB (or 0xB24BDB) is known color: Medium Orchid. HEX triplet: B2, 4B and DB. RGB value is (178,75,219). Sum of RGB (Red+Green+Blue) = 178+75+219=472 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.71% from 472); Green value is 75 (29.69% from 255 or 15.89% from 472); Blue value is 219 (85.94% from 255 or 46.40% from 472); Max value from RGB is 219 - color contains mainly: blue. Hex color #B24BDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B24BDB is #4DB424. Grayscale: #797979. Windows color (decimal): -5092389 or 14371762. OLE color: 14371762.

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

Color convert

RGB 178 75 219 -
CMYK 0.19 0.66 0 0.14
HSL 282.92º 0.67% 0.58% -
HSV(B) 282.92º 0.66% 0.86% -
XYZ 33.66 19.61 69.03 -
YUV 122.21 182.62 167.79 -
System Red Green Blue C M Y K H S L
Decimal 178 75 219 0.19 0.66 0 0.14 282.92 0.67 0.58
Hex B2 4B DB 13 42 0 E 11B 43 3A
Octal 262 113 333 23 102 0 16 433 103 72
Binary 10110010 1001011 11011011 10011 1000010 0 1110 100011011 1000011 111010

Color Harmonies of #B24BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24BDB

Black with #B24BDB

Text Example


Text Example

White with #B24BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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