Html Css Color HEX #B24EFC Medium Orchid

📋 copy color: '#B24EFC'

red 178 ◦ green 78 ◦ blue 252

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

Shades of Medium Orchid #B24EFC

Tints of Medium Orchid #B24EFC

RGB

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

 GREEN value IS 78 (30.86% from 255) = 15.35%

 BLUE value IS 252 (98.83% from 255) = 49.61%

R = 35.04%
G = 15.35%
B = 49.61%

CMYK

 C value IS 0.29

 M value IS 0.69

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B24EFC (or 0xB24EFC) is known color: Medium Orchid. HEX triplet: B2, 4E and FC. RGB value is (178,78,252). Sum of RGB (Red+Green+Blue) = 178+78+252=508 (67% of max value = 765). Red value is 178 (69.92% from 255 or 35.04% from 508); Green value is 78 (30.86% from 255 or 15.35% from 508); Blue value is 252 (98.83% from 255 or 49.61% from 508); Max value from RGB is 252 - color contains mainly: blue. Hex color #B24EFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B24EFC is #4DB103. Grayscale: #7F7F7F. Windows color (decimal): -5091588 or 16535218. OLE color: 16535218.

HSL color Cylindrical-coordinate representation of color #B24EFC: hue angle of 274.48º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B24EFC is Cyan = 0.29, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 178 78 252 -
CMYK 0.29 0.69 0 0.01
HSL 274.48º 0.97% 0.65% -
HSV(B) 274.48º 0.69% 0.99% -
XYZ 38.66 21.94 94.29 -
YUV 127.74 198.13 163.85 -
System Red Green Blue C M Y K H S L
Decimal 178 78 252 0.29 0.69 0 0.01 274.48 0.97 0.65
Hex B2 4E FC 1D 45 0 1 112 61 41
Octal 262 116 374 35 105 0 1 422 141 101
Binary 10110010 1001110 11111100 11101 1000101 0 1 100010010 1100001 1000001

Color Harmonies of #B24EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24EFC

Black with #B24EFC

Text Example


Text Example

White with #B24EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24EFC; }

 p { color: rgb(178,78,252); }

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

background-color css

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

 a { background-color: rgb(178,78,252); }

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

border-color css

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

 span { border-color: rgb(178,78,252); }

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