Html Css Color HEX #B24BFE Medium Orchid

📋 copy color: '#B24BFE'

red 178 ◦ green 75 ◦ blue 254

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

Shades of Medium Orchid #B24BFE

Tints of Medium Orchid #B24BFE

RGB

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

 GREEN value IS 75 (29.69% from 255) = 14.79%

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

R = 35.11%
G = 14.79%
B = 50.1%

CMYK

 C value IS 0.30

 M value IS 0.70

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B24BFE (or 0xB24BFE) is known color: Medium Orchid. HEX triplet: B2, 4B and FE. RGB value is (178,75,254). Sum of RGB (Red+Green+Blue) = 178+75+254=507 (67% of max value = 765). Red value is 178 (69.92% from 255 or 35.11% from 507); Green value is 75 (29.69% from 255 or 14.79% from 507); Blue value is 254 (99.61% from 255 or 50.10% from 507); Max value from RGB is 254 - color contains mainly: blue. Hex color #B24BFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B24BFE is #4DB401. Grayscale: #7D7D7D. Windows color (decimal): -5092354 or 16665522. OLE color: 16665522.

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

Color convert

RGB 178 75 254 -
CMYK 0.30 0.70 0 0.00
HSL 274.53º 0.99% 0.65% -
HSV(B) 274.53º 0.7% 1% -
XYZ 38.77 21.65 95.9 -
YUV 126.2 200.12 164.95 -
System Red Green Blue C M Y K H S L
Decimal 178 75 254 0.30 0.70 0 0.00 274.53 0.99 0.65
Hex B2 4B FE 1E 46 0 0 113 63 41
Octal 262 113 376 36 106 0 0 423 143 101
Binary 10110010 1001011 11111110 11110 1000110 0 0 100010011 1100011 1000001

Color Harmonies of #B24BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24BFE

Black with #B24BFE

Text Example


Text Example

White with #B24BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24BFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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