Html Css Color HEX #B24BFF Medium Orchid

📋 copy color: '#B24BFF'

red 178 ◦ green 75 ◦ blue 255

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

Shades of Medium Orchid #B24BFF

Tints of Medium Orchid #B24BFF

RGB

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

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

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

R = 35.04%
G = 14.76%
B = 50.2%

CMYK

 C value IS 0.30

 M value IS 0.71

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B24BFF (or 0xB24BFF) is known color: Medium Orchid. HEX triplet: B2, 4B and FF. RGB value is (178,75,255). Sum of RGB (Red+Green+Blue) = 178+75+255=508 (67% of max value = 765). Red value is 178 (69.92% from 255 or 35.04% from 508); Green value is 75 (29.69% from 255 or 14.76% from 508); Blue value is 255 (100% from 255 or 50.20% from 508); Max value from RGB is 255 - color contains mainly: blue. Hex color #B24BFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B24BFF is #4DB400. Grayscale: #7D7D7D. Windows color (decimal): -5092353 or 16731058. OLE color: 16731058.

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

Color convert

RGB 178 75 255 -
CMYK 0.30 0.71 0 0
HSL 274.33º 1% 0.65% -
HSV(B) 274.33º 0.71% 1% -
XYZ 38.93 21.72 96.75 -
YUV 126.32 200.62 164.86 -
System Red Green Blue C M Y K H S L
Decimal 178 75 255 0.30 0.71 0 0 274.33 1 0.65
Hex B2 4B FF 1E 47 0 0 112 64 41
Octal 262 113 377 36 107 0 0 422 144 101
Binary 10110010 1001011 11111111 11110 1000111 0 0 100010010 1100100 1000001

Color Harmonies of #B24BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24BFF

Black with #B24BFF

Text Example


Text Example

White with #B24BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24BFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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