Html Css Color HEX #B24CEA Medium Orchid

📋 copy color: '#B24CEA'

red 178 ◦ green 76 ◦ blue 234

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

Shades of Medium Orchid #B24CEA

Tints of Medium Orchid #B24CEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 47.95%

R = 36.48%
G = 15.57%
B = 47.95%

CMYK

 C value IS 0.24

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B24CEA (or 0xB24CEA) is known color: Medium Orchid. HEX triplet: B2, 4C and EA. RGB value is (178,76,234). Sum of RGB (Red+Green+Blue) = 178+76+234=488 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.48% from 488); Green value is 76 (30.08% from 255 or 15.57% from 488); Blue value is 234 (91.80% from 255 or 47.95% from 488); Max value from RGB is 234 - color contains mainly: blue. Hex color #B24CEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B24CEA is #4DB315. Grayscale: #7B7B7B. Windows color (decimal): -5092118 or 15355058. OLE color: 15355058.

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

Color convert

RGB 178 76 234 -
CMYK 0.24 0.68 0 0.08
HSL 278.73º 0.79% 0.61% -
HSV(B) 278.73º 0.68% 0.92% -
XYZ 35.8 20.57 79.93 -
YUV 124.51 189.79 166.15 -
System Red Green Blue C M Y K H S L
Decimal 178 76 234 0.24 0.68 0 0.08 278.73 0.79 0.61
Hex B2 4C EA 18 44 0 8 117 4F 3D
Octal 262 114 352 30 104 0 10 427 117 75
Binary 10110010 1001100 11101010 11000 1000100 0 1000 100010111 1001111 111101

Color Harmonies of #B24CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24CEA

Black with #B24CEA

Text Example


Text Example

White with #B24CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24CEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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