Html Css Color HEX #B24EF6 Medium Orchid

📋 copy color: '#B24EF6'

red 178 ◦ green 78 ◦ blue 246

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

Shades of Medium Orchid #B24EF6

Tints of Medium Orchid #B24EF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 49%

R = 35.46%
G = 15.54%
B = 49%

CMYK

 C value IS 0.28

 M value IS 0.68

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B24EF6 (or 0xB24EF6) is known color: Medium Orchid. HEX triplet: B2, 4E and F6. RGB value is (178,78,246). Sum of RGB (Red+Green+Blue) = 178+78+246=502 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.46% from 502); Green value is 78 (30.86% from 255 or 15.54% from 502); Blue value is 246 (96.48% from 255 or 49.00% from 502); Max value from RGB is 246 - color contains mainly: blue. Hex color #B24EF6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B24EF6 is #4DB109. Grayscale: #7E7E7E. Windows color (decimal): -5091594 or 16142002. OLE color: 16142002.

HSL color Cylindrical-coordinate representation of color #B24EF6: hue angle of 275.71º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B24EF6 is Cyan = 0.28, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 178 78 246 -
CMYK 0.28 0.68 0 0.04
HSL 275.71º 0.9% 0.64% -
HSV(B) 275.71º 0.68% 0.96% -
XYZ 37.72 21.57 89.36 -
YUV 127.05 195.13 164.34 -
System Red Green Blue C M Y K H S L
Decimal 178 78 246 0.28 0.68 0 0.04 275.71 0.9 0.64
Hex B2 4E F6 1C 44 0 4 114 5A 40
Octal 262 116 366 34 104 0 4 424 132 100
Binary 10110010 1001110 11110110 11100 1000100 0 100 100010100 1011010 1000000

Color Harmonies of #B24EF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24EF6

Black with #B24EF6

Text Example


Text Example

White with #B24EF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24EF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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