Html Css Color HEX #B24EEB Medium Orchid

📋 copy color: '#B24EEB'

red 178 ◦ green 78 ◦ blue 235

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

Shades of Medium Orchid #B24EEB

Tints of Medium Orchid #B24EEB

RGB

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

 GREEN value IS 78 (30.86% from 255) = 15.89%

 BLUE value IS 235 (92.19% from 255) = 47.86%

R = 36.25%
G = 15.89%
B = 47.86%

CMYK

 C value IS 0.24

 M value IS 0.67

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B24EEB (or 0xB24EEB) is known color: Medium Orchid. HEX triplet: B2, 4E and EB. RGB value is (178,78,235). Sum of RGB (Red+Green+Blue) = 178+78+235=491 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.25% from 491); Green value is 78 (30.86% from 255 or 15.89% from 491); Blue value is 235 (92.19% from 255 or 47.86% from 491); Max value from RGB is 235 - color contains mainly: blue. Hex color #B24EEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B24EEB is #4DB114. Grayscale: #7D7D7D. Windows color (decimal): -5091605 or 15421106. OLE color: 15421106.

HSL color Cylindrical-coordinate representation of color #B24EEB: hue angle of 278.22º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B24EEB is Cyan = 0.24, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 178 78 235 -
CMYK 0.24 0.67 0 0.08
HSL 278.22º 0.8% 0.61% -
HSV(B) 278.22º 0.67% 0.92% -
XYZ 36.08 20.91 80.73 -
YUV 125.8 189.63 165.23 -
System Red Green Blue C M Y K H S L
Decimal 178 78 235 0.24 0.67 0 0.08 278.22 0.8 0.61
Hex B2 4E EB 18 43 0 8 116 50 3D
Octal 262 116 353 30 103 0 10 426 120 75
Binary 10110010 1001110 11101011 11000 1000011 0 1000 100010110 1010000 111101

Color Harmonies of #B24EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24EEB

Black with #B24EEB

Text Example


Text Example

White with #B24EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24EEB; }

 p { color: rgb(178,78,235); }

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

background-color css

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

 a { background-color: rgb(178,78,235); }

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

border-color css

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

 span { border-color: rgb(178,78,235); }

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