Html Css Color HEX #B24CCF Medium Orchid

📋 copy color: '#B24CCF'

red 178 ◦ green 76 ◦ blue 207

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

Shades of Medium Orchid #B24CCF

Tints of Medium Orchid #B24CCF

RGB

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

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

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

R = 38.61%
G = 16.49%
B = 44.9%

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

#B24CCF (or 0xB24CCF) is known color: Medium Orchid. HEX triplet: B2, 4C and CF. RGB value is (178,76,207). Sum of RGB (Red+Green+Blue) = 178+76+207=461 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.61% from 461); Green value is 76 (30.08% from 255 or 16.49% from 461); Blue value is 207 (81.25% from 255 or 44.90% from 461); Max value from RGB is 207 - color contains mainly: blue. Hex color #B24CCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B24CCF is #4DB330. Grayscale: #797979. Windows color (decimal): -5092145 or 13585586. OLE color: 13585586.

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

Color convert

RGB 178 76 207 -
CMYK 0.14 0.63 0 0.19
HSL 286.72º 0.58% 0.55% -
HSV(B) 286.72º 0.63% 0.81% -
XYZ 32.21 19.14 61.03 -
YUV 121.43 176.29 168.35 -
System Red Green Blue C M Y K H S L
Decimal 178 76 207 0.14 0.63 0 0.19 286.72 0.58 0.55
Hex B2 4C CF E 3F 0 13 11F 3A 37
Octal 262 114 317 16 77 0 23 437 72 67
Binary 10110010 1001100 11001111 1110 111111 0 10011 100011111 111010 110111

Color Harmonies of #B24CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24CCF

Black with #B24CCF

Text Example


Text Example

White with #B24CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24CCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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