Html Css Color HEX #B24BCA Medium Orchid

📋 copy color: '#B24BCA'

red 178 ◦ green 75 ◦ blue 202

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

Shades of Medium Orchid #B24BCA

Tints of Medium Orchid #B24BCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 44.4%

R = 39.12%
G = 16.48%
B = 44.4%

CMYK

 C value IS 0.12

 M value IS 0.63

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B24BCA (or 0xB24BCA) is known color: Medium Orchid. HEX triplet: B2, 4B and CA. RGB value is (178,75,202). Sum of RGB (Red+Green+Blue) = 178+75+202=455 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.12% from 455); Green value is 75 (29.69% from 255 or 16.48% from 455); Blue value is 202 (79.30% from 255 or 44.40% from 455); Max value from RGB is 202 - color contains mainly: blue. Hex color #B24BCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B24BCA is #4DB435. Grayscale: #777777. Windows color (decimal): -5092406 or 13257650. OLE color: 13257650.

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

Color convert

RGB 178 75 202 -
CMYK 0.12 0.63 0 0.21
HSL 288.66º 0.55% 0.54% -
HSV(B) 288.66º 0.63% 0.79% -
XYZ 31.54 18.76 57.84 -
YUV 120.28 174.12 169.17 -
System Red Green Blue C M Y K H S L
Decimal 178 75 202 0.12 0.63 0 0.21 288.66 0.55 0.54
Hex B2 4B CA C 3F 0 15 121 37 36
Octal 262 113 312 14 77 0 25 441 67 66
Binary 10110010 1001011 11001010 1100 111111 0 10101 100100001 110111 110110

Color Harmonies of #B24BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24BCA

Black with #B24BCA

Text Example


Text Example

White with #B24BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24BCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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