Html Css Color HEX #B24FFF Medium Orchid

📋 copy color: '#B24FFF'

red 178 ◦ green 79 ◦ blue 255

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

Shades of Medium Orchid #B24FFF

Tints of Medium Orchid #B24FFF

RGB

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

 GREEN value IS 79 (31.25% from 255) = 15.43%

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

R = 34.77%
G = 15.43%
B = 49.8%

CMYK

 C value IS 0.30

 M value IS 0.69

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B24FFF (or 0xB24FFF) is known color: Medium Orchid. HEX triplet: B2, 4F and FF. RGB value is (178,79,255). Sum of RGB (Red+Green+Blue) = 178+79+255=512 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.77% from 512); Green value is 79 (31.25% from 255 or 15.43% from 512); Blue value is 255 (100% from 255 or 49.80% from 512); Max value from RGB is 255 - color contains mainly: blue. Hex color #B24FFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B24FFF is #4DB000. Grayscale: #808080. Windows color (decimal): -5091329 or 16732082. OLE color: 16732082.

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

Color convert

RGB 178 79 255 -
CMYK 0.30 0.69 0 0
HSL 273.75º 1% 0.65% -
HSV(B) 273.75º 0.69% 1% -
XYZ 39.21 22.28 96.84 -
YUV 128.67 199.3 163.19 -
System Red Green Blue C M Y K H S L
Decimal 178 79 255 0.30 0.69 0 0 273.75 1 0.65
Hex B2 4F FF 1E 45 0 0 112 64 41
Octal 262 117 377 36 105 0 0 422 144 101
Binary 10110010 1001111 11111111 11110 1000101 0 0 100010010 1100100 1000001

Color Harmonies of #B24FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24FFF

Black with #B24FFF

Text Example


Text Example

White with #B24FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24FFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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