Html Css Color HEX #B24FFE Medium Orchid

📋 copy color: '#B24FFE'

red 178 ◦ green 79 ◦ blue 254

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

Shades of Medium Orchid #B24FFE

Tints of Medium Orchid #B24FFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 49.71%

R = 34.83%
G = 15.46%
B = 49.71%

CMYK

 C value IS 0.30

 M value IS 0.69

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B24FFE (or 0xB24FFE) is known color: Medium Orchid. HEX triplet: B2, 4F and FE. RGB value is (178,79,254). Sum of RGB (Red+Green+Blue) = 178+79+254=511 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.83% from 511); Green value is 79 (31.25% from 255 or 15.46% from 511); Blue value is 254 (99.61% from 255 or 49.71% from 511); Max value from RGB is 254 - color contains mainly: blue. Hex color #B24FFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B24FFE is #4DB001. Grayscale: #7F7F7F. Windows color (decimal): -5091330 or 16666546. OLE color: 16666546.

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

Color convert

RGB 178 79 254 -
CMYK 0.30 0.69 0 0.00
HSL 273.94º 0.99% 0.65% -
HSV(B) 273.94º 0.69% 1% -
XYZ 39.05 22.21 96 -
YUV 128.55 198.8 163.27 -
System Red Green Blue C M Y K H S L
Decimal 178 79 254 0.30 0.69 0 0.00 273.94 0.99 0.65
Hex B2 4F FE 1E 45 0 0 112 63 41
Octal 262 117 376 36 105 0 0 422 143 101
Binary 10110010 1001111 11111110 11110 1000101 0 0 100010010 1100011 1000001

Color Harmonies of #B24FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24FFE

Black with #B24FFE

Text Example


Text Example

White with #B24FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24FFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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