Html Css Color HEX #B24FDA Medium Orchid

📋 copy color: '#B24FDA'

red 178 ◦ green 79 ◦ blue 218

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

Shades of Medium Orchid #B24FDA

Tints of Medium Orchid #B24FDA

RGB

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

 GREEN value IS 79 (31.25% from 255) = 16.63%

 BLUE value IS 218 (85.55% from 255) = 45.89%

R = 37.47%
G = 16.63%
B = 45.89%

CMYK

 C value IS 0.18

 M value IS 0.64

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B24FDA (or 0xB24FDA) is known color: Medium Orchid. HEX triplet: B2, 4F and DA. RGB value is (178,79,218). Sum of RGB (Red+Green+Blue) = 178+79+218=475 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.47% from 475); Green value is 79 (31.25% from 255 or 16.63% from 475); Blue value is 218 (85.55% from 255 or 45.89% from 475); Max value from RGB is 218 - color contains mainly: blue. Hex color #B24FDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B24FDA is #4DB025. Grayscale: #7B7B7B. Windows color (decimal): -5091366 or 14307250. OLE color: 14307250.

HSL color Cylindrical-coordinate representation of color #B24FDA: hue angle of 282.73º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B24FDA is Cyan = 0.18, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 178 79 218 -
CMYK 0.18 0.64 0 0.15
HSL 282.73º 0.65% 0.58% -
HSV(B) 282.73º 0.64% 0.85% -
XYZ 33.81 20.12 68.43 -
YUV 124.45 180.8 166.2 -
System Red Green Blue C M Y K H S L
Decimal 178 79 218 0.18 0.64 0 0.15 282.73 0.65 0.58
Hex B2 4F DA 12 40 0 F 11B 41 3A
Octal 262 117 332 22 100 0 17 433 101 72
Binary 10110010 1001111 11011010 10010 1000000 0 1111 100011011 1000001 111010

Color Harmonies of #B24FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24FDA

Black with #B24FDA

Text Example


Text Example

White with #B24FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24FDA; }

 p { color: rgb(178,79,218); }

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

background-color css

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

 a { background-color: rgb(178,79,218); }

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

border-color css

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

 span { border-color: rgb(178,79,218); }

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