Html Css Color HEX #B24DF3 Medium Orchid

📋 copy color: '#B24DF3'

red 178 ◦ green 77 ◦ blue 243

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

Shades of Medium Orchid #B24DF3

Tints of Medium Orchid #B24DF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 48.8%

R = 35.74%
G = 15.46%
B = 48.8%

CMYK

 C value IS 0.27

 M value IS 0.68

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B24DF3 (or 0xB24DF3) is known color: Medium Orchid. HEX triplet: B2, 4D and F3. RGB value is (178,77,243). Sum of RGB (Red+Green+Blue) = 178+77+243=498 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.74% from 498); Green value is 77 (30.47% from 255 or 15.46% from 498); Blue value is 243 (95.31% from 255 or 48.80% from 498); Max value from RGB is 243 - color contains mainly: blue. Hex color #B24DF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B24DF3 is #4DB20C. Grayscale: #7D7D7D. Windows color (decimal): -5091853 or 15945138. OLE color: 15945138.

HSL color Cylindrical-coordinate representation of color #B24DF3: hue angle of 276.51º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B24DF3 is Cyan = 0.27, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 178 77 243 -
CMYK 0.27 0.68 0 0.05
HSL 276.51º 0.87% 0.63% -
HSV(B) 276.51º 0.68% 0.95% -
XYZ 37.19 21.24 86.93 -
YUV 126.12 193.96 165 -
System Red Green Blue C M Y K H S L
Decimal 178 77 243 0.27 0.68 0 0.05 276.51 0.87 0.63
Hex B2 4D F3 1B 44 0 5 115 57 3F
Octal 262 115 363 33 104 0 5 425 127 77
Binary 10110010 1001101 11110011 11011 1000100 0 101 100010101 1010111 111111

Color Harmonies of #B24DF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24DF3

Black with #B24DF3

Text Example


Text Example

White with #B24DF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24DF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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