Html Css Color HEX #B24CFF Medium Orchid

📋 copy color: '#B24CFF'

red 178 ◦ green 76 ◦ blue 255

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

Shades of Medium Orchid #B24CFF

Tints of Medium Orchid #B24CFF

RGB

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

 GREEN value IS 76 (30.08% from 255) = 14.93%

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

R = 34.97%
G = 14.93%
B = 50.1%

CMYK

 C value IS 0.30

 M value IS 0.70

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B24CFF (or 0xB24CFF) is known color: Medium Orchid. HEX triplet: B2, 4C and FF. RGB value is (178,76,255). Sum of RGB (Red+Green+Blue) = 178+76+255=509 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.97% from 509); Green value is 76 (30.08% from 255 or 14.93% from 509); Blue value is 255 (100% from 255 or 50.10% from 509); Max value from RGB is 255 - color contains mainly: blue. Hex color #B24CFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B24CFF is #4DB300. Grayscale: #7E7E7E. Windows color (decimal): -5092097 or 16731314. OLE color: 16731314.

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

Color convert

RGB 178 76 255 -
CMYK 0.30 0.70 0 0
HSL 274.19º 1% 0.65% -
HSV(B) 274.19º 0.7% 1% -
XYZ 38.99 21.85 96.77 -
YUV 126.9 200.29 164.45 -
System Red Green Blue C M Y K H S L
Decimal 178 76 255 0.30 0.70 0 0 274.19 1 0.65
Hex B2 4C FF 1E 46 0 0 112 64 41
Octal 262 114 377 36 106 0 0 422 144 101
Binary 10110010 1001100 11111111 11110 1000110 0 0 100010010 1100100 1000001

Color Harmonies of #B24CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24CFF

Black with #B24CFF

Text Example


Text Example

White with #B24CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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