Html Css Color HEX #B24DCF Medium Orchid

📋 copy color: '#B24DCF'

red 178 ◦ green 77 ◦ blue 207

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

Shades of Medium Orchid #B24DCF

Tints of Medium Orchid #B24DCF

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.67%

 BLUE value IS 207 (81.25% from 255) = 44.81%

R = 38.53%
G = 16.67%
B = 44.81%

CMYK

 C value IS 0.14

 M value IS 0.63

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B24DCF (or 0xB24DCF) is known color: Medium Orchid. HEX triplet: B2, 4D and CF. RGB value is (178,77,207). Sum of RGB (Red+Green+Blue) = 178+77+207=462 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.53% from 462); Green value is 77 (30.47% from 255 or 16.67% from 462); Blue value is 207 (81.25% from 255 or 44.81% from 462); Max value from RGB is 207 - color contains mainly: blue. Hex color #B24DCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B24DCF is #4DB230. Grayscale: #797979. Windows color (decimal): -5091889 or 13585842. OLE color: 13585842.

HSL color Cylindrical-coordinate representation of color #B24DCF: hue angle of 286.62º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B24DCF is Cyan = 0.14, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 178 77 207 -
CMYK 0.14 0.63 0 0.19
HSL 286.62º 0.58% 0.56% -
HSV(B) 286.62º 0.63% 0.81% -
XYZ 32.28 19.28 61.05 -
YUV 122.02 175.96 167.93 -
System Red Green Blue C M Y K H S L
Decimal 178 77 207 0.14 0.63 0 0.19 286.62 0.58 0.56
Hex B2 4D CF E 3F 0 13 11F 3A 38
Octal 262 115 317 16 77 0 23 437 72 70
Binary 10110010 1001101 11001111 1110 111111 0 10011 100011111 111010 111000

Color Harmonies of #B24DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24DCF

Black with #B24DCF

Text Example


Text Example

White with #B24DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24DCF; }

 p { color: rgb(178,77,207); }

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

background-color css

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

 a { background-color: rgb(178,77,207); }

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

border-color css

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

 span { border-color: rgb(178,77,207); }

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