Html Css Color HEX #B24CCD Medium Orchid

📋 copy color: '#B24CCD'

red 178 ◦ green 76 ◦ blue 205

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

Shades of Medium Orchid #B24CCD

Tints of Medium Orchid #B24CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 44.66%

R = 38.78%
G = 16.56%
B = 44.66%

CMYK

 C value IS 0.13

 M value IS 0.63

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B24CCD (or 0xB24CCD) is known color: Medium Orchid. HEX triplet: B2, 4C and CD. RGB value is (178,76,205). Sum of RGB (Red+Green+Blue) = 178+76+205=459 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.78% from 459); Green value is 76 (30.08% from 255 or 16.56% from 459); Blue value is 205 (80.47% from 255 or 44.66% from 459); Max value from RGB is 205 - color contains mainly: blue. Hex color #B24CCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B24CCD is #4DB332. Grayscale: #787878. Windows color (decimal): -5092147 or 13454514. OLE color: 13454514.

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

Color convert

RGB 178 76 205 -
CMYK 0.13 0.63 0 0.20
HSL 287.44º 0.56% 0.55% -
HSV(B) 287.44º 0.63% 0.8% -
XYZ 31.96 19.04 59.75 -
YUV 121.2 175.29 168.51 -
System Red Green Blue C M Y K H S L
Decimal 178 76 205 0.13 0.63 0 0.20 287.44 0.56 0.55
Hex B2 4C CD D 3F 0 14 11F 38 37
Octal 262 114 315 15 77 0 24 437 70 67
Binary 10110010 1001100 11001101 1101 111111 0 10100 100011111 111000 110111

Color Harmonies of #B24CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24CCD

Black with #B24CCD

Text Example


Text Example

White with #B24CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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