Html Css Color HEX #B24DEC Medium Orchid

📋 copy color: '#B24DEC'

red 178 ◦ green 77 ◦ blue 236

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

Shades of Medium Orchid #B24DEC

Tints of Medium Orchid #B24DEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 48.07%

R = 36.25%
G = 15.68%
B = 48.07%

CMYK

 C value IS 0.25

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B24DEC (or 0xB24DEC) is known color: Medium Orchid. HEX triplet: B2, 4D and EC. RGB value is (178,77,236). Sum of RGB (Red+Green+Blue) = 178+77+236=491 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.25% from 491); Green value is 77 (30.47% from 255 or 15.68% from 491); Blue value is 236 (92.58% from 255 or 48.07% from 491); Max value from RGB is 236 - color contains mainly: blue. Hex color #B24DEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B24DEC is #4DB213. Grayscale: #7C7C7C. Windows color (decimal): -5091860 or 15486386. OLE color: 15486386.

HSL color Cylindrical-coordinate representation of color #B24DEC: hue angle of 278.11º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B24DEC is Cyan = 0.25, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 178 77 236 -
CMYK 0.25 0.67 0 0.07
HSL 278.11º 0.81% 0.61% -
HSV(B) 278.11º 0.67% 0.93% -
XYZ 36.15 20.83 81.47 -
YUV 125.33 190.46 165.57 -
System Red Green Blue C M Y K H S L
Decimal 178 77 236 0.25 0.67 0 0.07 278.11 0.81 0.61
Hex B2 4D EC 19 43 0 7 116 51 3D
Octal 262 115 354 31 103 0 7 426 121 75
Binary 10110010 1001101 11101100 11001 1000011 0 111 100010110 1010001 111101

Color Harmonies of #B24DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24DEC

Black with #B24DEC

Text Example


Text Example

White with #B24DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24DEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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