Html Css Color HEX #B24AEC Medium Orchid

📋 copy color: '#B24AEC'

red 178 ◦ green 74 ◦ blue 236

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

Shades of Medium Orchid #B24AEC

Tints of Medium Orchid #B24AEC

RGB

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

 GREEN value IS 74 (29.3% from 255) = 15.16%

 BLUE value IS 236 (92.58% from 255) = 48.36%

R = 36.48%
G = 15.16%
B = 48.36%

CMYK

 C value IS 0.25

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B24AEC (or 0xB24AEC) is known color: Medium Orchid. HEX triplet: B2, 4A and EC. RGB value is (178,74,236). Sum of RGB (Red+Green+Blue) = 178+74+236=488 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.48% from 488); Green value is 74 (29.30% from 255 or 15.16% from 488); Blue value is 236 (92.58% from 255 or 48.36% from 488); Max value from RGB is 236 - color contains mainly: blue. Hex color #B24AEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B24AEC is #4DB513. Grayscale: #7B7B7B. Windows color (decimal): -5092628 or 15485618. OLE color: 15485618.

HSL color Cylindrical-coordinate representation of color #B24AEC: hue angle of 278.52º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B24AEC is Cyan = 0.25, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 178 74 236 -
CMYK 0.25 0.69 0 0.07
HSL 278.52º 0.81% 0.61% -
HSV(B) 278.52º 0.69% 0.93% -
XYZ 35.95 20.42 81.4 -
YUV 123.56 191.46 166.83 -
System Red Green Blue C M Y K H S L
Decimal 178 74 236 0.25 0.69 0 0.07 278.52 0.81 0.61
Hex B2 4A EC 19 45 0 7 117 51 3D
Octal 262 112 354 31 105 0 7 427 121 75
Binary 10110010 1001010 11101100 11001 1000101 0 111 100010111 1010001 111101

Color Harmonies of #B24AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24AEC

Black with #B24AEC

Text Example


Text Example

White with #B24AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24AEC; }

 p { color: rgb(178,74,236); }

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

background-color css

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

 a { background-color: rgb(178,74,236); }

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

border-color css

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

 span { border-color: rgb(178,74,236); }

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