Html Css Color HEX #B24ACB Medium Orchid

📋 copy color: '#B24ACB'

red 178 ◦ green 74 ◦ blue 203

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

Shades of Medium Orchid #B24ACB

Tints of Medium Orchid #B24ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 44.62%

R = 39.12%
G = 16.26%
B = 44.62%

CMYK

 C value IS 0.12

 M value IS 0.64

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B24ACB (or 0xB24ACB) is known color: Medium Orchid. HEX triplet: B2, 4A and CB. RGB value is (178,74,203). Sum of RGB (Red+Green+Blue) = 178+74+203=455 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.12% from 455); Green value is 74 (29.30% from 255 or 16.26% from 455); Blue value is 203 (79.69% from 255 or 44.62% from 455); Max value from RGB is 203 - color contains mainly: blue. Hex color #B24ACB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B24ACB is #4DB534. Grayscale: #777777. Windows color (decimal): -5092661 or 13322930. OLE color: 13322930.

HSL color Cylindrical-coordinate representation of color #B24ACB: hue angle of 288.37º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B24ACB is Cyan = 0.12, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 178 74 203 -
CMYK 0.12 0.64 0 0.20
HSL 288.37º 0.55% 0.54% -
HSV(B) 288.37º 0.64% 0.8% -
XYZ 31.59 18.67 58.44 -
YUV 119.8 174.96 169.51 -
System Red Green Blue C M Y K H S L
Decimal 178 74 203 0.12 0.64 0 0.20 288.37 0.55 0.54
Hex B2 4A CB C 40 0 14 120 37 36
Octal 262 112 313 14 100 0 24 440 67 66
Binary 10110010 1001010 11001011 1100 1000000 0 10100 100100000 110111 110110

Color Harmonies of #B24ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24ACB

Black with #B24ACB

Text Example


Text Example

White with #B24ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24ACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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