Html Css Color HEX #B24DFE Medium Orchid

📋 copy color: '#B24DFE'

red 178 ◦ green 77 ◦ blue 254

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

Shades of Medium Orchid #B24DFE

Tints of Medium Orchid #B24DFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 49.9%

R = 34.97%
G = 15.13%
B = 49.9%

CMYK

 C value IS 0.30

 M value IS 0.70

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B24DFE (or 0xB24DFE) is known color: Medium Orchid. HEX triplet: B2, 4D and FE. RGB value is (178,77,254). Sum of RGB (Red+Green+Blue) = 178+77+254=509 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.97% from 509); Green value is 77 (30.47% from 255 or 15.13% from 509); Blue value is 254 (99.61% from 255 or 49.90% from 509); Max value from RGB is 254 - color contains mainly: blue. Hex color #B24DFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B24DFE is #4DB201. Grayscale: #7E7E7E. Windows color (decimal): -5091842 or 16666034. OLE color: 16666034.

HSL color Cylindrical-coordinate representation of color #B24DFE: hue angle of 274.24º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B24DFE is Cyan = 0.30, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 178 77 254 -
CMYK 0.30 0.70 0 0.00
HSL 274.24º 0.99% 0.65% -
HSV(B) 274.24º 0.7% 1% -
XYZ 38.9 21.93 95.95 -
YUV 127.38 199.46 164.11 -
System Red Green Blue C M Y K H S L
Decimal 178 77 254 0.30 0.70 0 0.00 274.24 0.99 0.65
Hex B2 4D FE 1E 46 0 0 112 63 41
Octal 262 115 376 36 106 0 0 422 143 101
Binary 10110010 1001101 11111110 11110 1000110 0 0 100010010 1100011 1000001

Color Harmonies of #B24DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24DFE

Black with #B24DFE

Text Example


Text Example

White with #B24DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24DFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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