Html Css Color HEX #B24DFD Medium Orchid

📋 copy color: '#B24DFD'

red 178 ◦ green 77 ◦ blue 253

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

Shades of Medium Orchid #B24DFD

Tints of Medium Orchid #B24DFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 49.8%

R = 35.04%
G = 15.16%
B = 49.8%

CMYK

 C value IS 0.30

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B24DFD (or 0xB24DFD) is known color: Medium Orchid. HEX triplet: B2, 4D and FD. RGB value is (178,77,253). Sum of RGB (Red+Green+Blue) = 178+77+253=508 (67% of max value = 765). Red value is 178 (69.92% from 255 or 35.04% from 508); Green value is 77 (30.47% from 255 or 15.16% from 508); Blue value is 253 (99.22% from 255 or 49.80% from 508); Max value from RGB is 253 - color contains mainly: blue. Hex color #B24DFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B24DFD is #4DB202. Grayscale: #7E7E7E. Windows color (decimal): -5091843 or 16600498. OLE color: 16600498.

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

Color convert

RGB 178 77 253 -
CMYK 0.30 0.70 0 0.01
HSL 274.43º 0.98% 0.65% -
HSV(B) 274.43º 0.7% 0.99% -
XYZ 38.74 21.86 95.11 -
YUV 127.26 198.96 164.19 -
System Red Green Blue C M Y K H S L
Decimal 178 77 253 0.30 0.70 0 0.01 274.43 0.98 0.65
Hex B2 4D FD 1E 46 0 1 112 62 41
Octal 262 115 375 36 106 0 1 422 142 101
Binary 10110010 1001101 11111101 11110 1000110 0 1 100010010 1100010 1000001

Color Harmonies of #B24DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24DFD

Black with #B24DFD

Text Example


Text Example

White with #B24DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24DFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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