Html Css Color HEX #B24CED Medium Orchid

📋 copy color: '#B24CED'

red 178 ◦ green 76 ◦ blue 237

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

Shades of Medium Orchid #B24CED

Tints of Medium Orchid #B24CED

RGB

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

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

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

R = 36.25%
G = 15.48%
B = 48.27%

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

#B24CED (or 0xB24CED) is known color: Medium Orchid. HEX triplet: B2, 4C and ED. RGB value is (178,76,237). Sum of RGB (Red+Green+Blue) = 178+76+237=491 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.25% from 491); Green value is 76 (30.08% from 255 or 15.48% from 491); Blue value is 237 (92.97% from 255 or 48.27% from 491); Max value from RGB is 237 - color contains mainly: blue. Hex color #B24CED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B24CED is #4DB312. Grayscale: #7C7C7C. Windows color (decimal): -5092115 or 15551666. OLE color: 15551666.

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

Color convert

RGB 178 76 237 -
CMYK 0.25 0.68 0 0.07
HSL 278.01º 0.82% 0.61% -
HSV(B) 278.01º 0.68% 0.93% -
XYZ 36.23 20.75 82.22 -
YUV 124.85 191.29 165.91 -
System Red Green Blue C M Y K H S L
Decimal 178 76 237 0.25 0.68 0 0.07 278.01 0.82 0.61
Hex B2 4C ED 19 44 0 7 116 52 3D
Octal 262 114 355 31 104 0 7 426 122 75
Binary 10110010 1001100 11101101 11001 1000100 0 111 100010110 1010010 111101

Color Harmonies of #B24CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24CED

Black with #B24CED

Text Example


Text Example

White with #B24CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24CED; }

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

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

background-color css

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

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

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

border-color css

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

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

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