Html Css Color HEX #B24DED Medium Orchid

📋 copy color: '#B24DED'

red 178 ◦ green 77 ◦ blue 237

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

Shades of Medium Orchid #B24DED

Tints of Medium Orchid #B24DED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 48.17%

R = 36.18%
G = 15.65%
B = 48.17%

CMYK

 C value IS 0.25

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B24DED (or 0xB24DED) is known color: Medium Orchid. HEX triplet: B2, 4D and ED. RGB value is (178,77,237). Sum of RGB (Red+Green+Blue) = 178+77+237=492 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.18% from 492); Green value is 77 (30.47% from 255 or 15.65% from 492); Blue value is 237 (92.97% from 255 or 48.17% from 492); Max value from RGB is 237 - color contains mainly: blue. Hex color #B24DED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B24DED is #4DB212. Grayscale: #7C7C7C. Windows color (decimal): -5091859 or 15551922. OLE color: 15551922.

HSL color Cylindrical-coordinate representation of color #B24DED: hue angle of 277.88º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B24DED is Cyan = 0.25, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 178 77 237 -
CMYK 0.25 0.68 0 0.07
HSL 277.88º 0.82% 0.62% -
HSV(B) 277.88º 0.68% 0.93% -
XYZ 36.3 20.89 82.24 -
YUV 125.44 190.96 165.49 -
System Red Green Blue C M Y K H S L
Decimal 178 77 237 0.25 0.68 0 0.07 277.88 0.82 0.62
Hex B2 4D ED 19 44 0 7 116 52 3E
Octal 262 115 355 31 104 0 7 426 122 76
Binary 10110010 1001101 11101101 11001 1000100 0 111 100010110 1010010 111110

Color Harmonies of #B24DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24DED

Black with #B24DED

Text Example


Text Example

White with #B24DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24DED; }

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

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

background-color css

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

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

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

border-color css

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

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

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