Html Css Color HEX #B24CDB Medium Orchid

📋 copy color: '#B24CDB'

red 178 ◦ green 76 ◦ blue 219

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

Shades of Medium Orchid #B24CDB

Tints of Medium Orchid #B24CDB

RGB

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

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

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

R = 37.63%
G = 16.07%
B = 46.3%

CMYK

 C value IS 0.19

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B24CDB (or 0xB24CDB) is known color: Medium Orchid. HEX triplet: B2, 4C and DB. RGB value is (178,76,219). Sum of RGB (Red+Green+Blue) = 178+76+219=473 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.63% from 473); Green value is 76 (30.08% from 255 or 16.07% from 473); Blue value is 219 (85.94% from 255 or 46.30% from 473); Max value from RGB is 219 - color contains mainly: blue. Hex color #B24CDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B24CDB is #4DB324. Grayscale: #7A7A7A. Windows color (decimal): -5092133 or 14372018. OLE color: 14372018.

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

Color convert

RGB 178 76 219 -
CMYK 0.19 0.65 0 0.14
HSL 282.8º 0.67% 0.58% -
HSV(B) 282.8º 0.65% 0.86% -
XYZ 33.73 19.75 69.05 -
YUV 122.8 182.29 167.37 -
System Red Green Blue C M Y K H S L
Decimal 178 76 219 0.19 0.65 0 0.14 282.8 0.67 0.58
Hex B2 4C DB 13 41 0 E 11B 43 3A
Octal 262 114 333 23 101 0 16 433 103 72
Binary 10110010 1001100 11011011 10011 1000001 0 1110 100011011 1000011 111010

Color Harmonies of #B24CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24CDB

Black with #B24CDB

Text Example


Text Example

White with #B24CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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