Html Css Color HEX #B24CEF Medium Orchid

📋 copy color: '#B24CEF'

red 178 ◦ green 76 ◦ blue 239

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

Shades of Medium Orchid #B24CEF

Tints of Medium Orchid #B24CEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 48.48%

R = 36.11%
G = 15.42%
B = 48.48%

CMYK

 C value IS 0.26

 M value IS 0.68

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B24CEF (or 0xB24CEF) is known color: Medium Orchid. HEX triplet: B2, 4C and EF. RGB value is (178,76,239). Sum of RGB (Red+Green+Blue) = 178+76+239=493 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.11% from 493); Green value is 76 (30.08% from 255 or 15.42% from 493); Blue value is 239 (93.75% from 255 or 48.48% from 493); Max value from RGB is 239 - color contains mainly: blue. Hex color #B24CEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B24CEF is #4DB310. Grayscale: #7C7C7C. Windows color (decimal): -5092113 or 15682738. OLE color: 15682738.

HSL color Cylindrical-coordinate representation of color #B24CEF: hue angle of 277.55º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B24CEF is Cyan = 0.26, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 178 76 239 -
CMYK 0.26 0.68 0 0.06
HSL 277.55º 0.84% 0.62% -
HSV(B) 277.55º 0.68% 0.94% -
XYZ 36.52 20.87 83.76 -
YUV 125.08 192.29 165.75 -
System Red Green Blue C M Y K H S L
Decimal 178 76 239 0.26 0.68 0 0.06 277.55 0.84 0.62
Hex B2 4C EF 1A 44 0 6 116 54 3E
Octal 262 114 357 32 104 0 6 426 124 76
Binary 10110010 1001100 11101111 11010 1000100 0 110 100010110 1010100 111110

Color Harmonies of #B24CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24CEF

Black with #B24CEF

Text Example


Text Example

White with #B24CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24CEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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