Html Css Color HEX #B24EFB Medium Orchid

📋 copy color: '#B24EFB'

red 178 ◦ green 78 ◦ blue 251

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

Shades of Medium Orchid #B24EFB

Tints of Medium Orchid #B24EFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 49.51%

R = 35.11%
G = 15.38%
B = 49.51%

CMYK

 C value IS 0.29

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B24EFB (or 0xB24EFB) is known color: Medium Orchid. HEX triplet: B2, 4E and FB. RGB value is (178,78,251). Sum of RGB (Red+Green+Blue) = 178+78+251=507 (67% of max value = 765). Red value is 178 (69.92% from 255 or 35.11% from 507); Green value is 78 (30.86% from 255 or 15.38% from 507); Blue value is 251 (98.44% from 255 or 49.51% from 507); Max value from RGB is 251 - color contains mainly: blue. Hex color #B24EFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B24EFB is #4DB104. Grayscale: #7F7F7F. Windows color (decimal): -5091589 or 16469682. OLE color: 16469682.

HSL color Cylindrical-coordinate representation of color #B24EFB: hue angle of 274.68º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B24EFB is Cyan = 0.29, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 178 78 251 -
CMYK 0.29 0.69 0 0.02
HSL 274.68º 0.96% 0.65% -
HSV(B) 274.68º 0.69% 0.98% -
XYZ 38.5 21.88 93.46 -
YUV 127.62 197.63 163.93 -
System Red Green Blue C M Y K H S L
Decimal 178 78 251 0.29 0.69 0 0.02 274.68 0.96 0.65
Hex B2 4E FB 1D 45 0 2 113 60 41
Octal 262 116 373 35 105 0 2 423 140 101
Binary 10110010 1001110 11111011 11101 1000101 0 10 100010011 1100000 1000001

Color Harmonies of #B24EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24EFB

Black with #B24EFB

Text Example


Text Example

White with #B24EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24EFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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