Html Css Color HEX #B24DFF Medium Orchid

📋 copy color: '#B24DFF'

red 178 ◦ green 77 ◦ blue 255

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

Shades of Medium Orchid #B24DFF

Tints of Medium Orchid #B24DFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 50%

R = 34.9%
G = 15.1%
B = 50%

CMYK

 C value IS 0.30

 M value IS 0.70

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B24DFF (or 0xB24DFF) is known color: Medium Orchid. HEX triplet: B2, 4D and FF. RGB value is (178,77,255). Sum of RGB (Red+Green+Blue) = 178+77+255=510 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.90% from 510); Green value is 77 (30.47% from 255 or 15.10% from 510); Blue value is 255 (100% from 255 or 50% from 510); Max value from RGB is 255 - color contains mainly: blue. Hex color #B24DFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B24DFF is #4DB200. Grayscale: #7E7E7E. Windows color (decimal): -5091841 or 16731570. OLE color: 16731570.

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

Color convert

RGB 178 77 255 -
CMYK 0.30 0.70 0 0
HSL 274.05º 1% 0.65% -
HSV(B) 274.05º 0.7% 1% -
XYZ 39.06 21.99 96.79 -
YUV 127.49 199.96 164.03 -
System Red Green Blue C M Y K H S L
Decimal 178 77 255 0.30 0.70 0 0 274.05 1 0.65
Hex B2 4D FF 1E 46 0 0 112 64 41
Octal 262 115 377 36 106 0 0 422 144 101
Binary 10110010 1001101 11111111 11110 1000110 0 0 100010010 1100100 1000001

Color Harmonies of #B24DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24DFF

Black with #B24DFF

Text Example


Text Example

White with #B24DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24DFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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