Html Css Color HEX #B24FCD Medium Orchid

📋 copy color: '#B24FCD'

red 178 ◦ green 79 ◦ blue 205

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

Shades of Medium Orchid #B24FCD

Tints of Medium Orchid #B24FCD

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.1%

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

R = 38.53%
G = 17.1%
B = 44.37%

CMYK

 C value IS 0.13

 M value IS 0.61

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B24FCD (or 0xB24FCD) is known color: Medium Orchid. HEX triplet: B2, 4F and CD. RGB value is (178,79,205). Sum of RGB (Red+Green+Blue) = 178+79+205=462 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.53% from 462); Green value is 79 (31.25% from 255 or 17.10% from 462); Blue value is 205 (80.47% from 255 or 44.37% from 462); Max value from RGB is 205 - color contains mainly: blue. Hex color #B24FCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B24FCD is #4DB032. Grayscale: #7A7A7A. Windows color (decimal): -5091379 or 13455282. OLE color: 13455282.

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

Color convert

RGB 178 79 205 -
CMYK 0.13 0.61 0 0.20
HSL 287.14º 0.56% 0.56% -
HSV(B) 287.14º 0.61% 0.8% -
XYZ 32.18 19.46 59.82 -
YUV 122.97 174.3 167.25 -
System Red Green Blue C M Y K H S L
Decimal 178 79 205 0.13 0.61 0 0.20 287.14 0.56 0.56
Hex B2 4F CD D 3D 0 14 11F 38 38
Octal 262 117 315 15 75 0 24 437 70 70
Binary 10110010 1001111 11001101 1101 111101 0 10100 100011111 111000 111000

Color Harmonies of #B24FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24FCD

Black with #B24FCD

Text Example


Text Example

White with #B24FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24FCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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