Html Css Color HEX #B24BDF Medium Orchid

📋 copy color: '#B24BDF'

red 178 ◦ green 75 ◦ blue 223

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

Shades of Medium Orchid #B24BDF

Tints of Medium Orchid #B24BDF

RGB

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

 GREEN value IS 75 (29.69% from 255) = 15.76%

 BLUE value IS 223 (87.5% from 255) = 46.85%

R = 37.39%
G = 15.76%
B = 46.85%

CMYK

 C value IS 0.20

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B24BDF (or 0xB24BDF) is known color: Medium Orchid. HEX triplet: B2, 4B and DF. RGB value is (178,75,223). Sum of RGB (Red+Green+Blue) = 178+75+223=476 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.39% from 476); Green value is 75 (29.69% from 255 or 15.76% from 476); Blue value is 223 (87.5% from 255 or 46.85% from 476); Max value from RGB is 223 - color contains mainly: blue. Hex color #B24BDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B24BDF is #4DB420. Grayscale: #7A7A7A. Windows color (decimal): -5092385 or 14633906. OLE color: 14633906.

HSL color Cylindrical-coordinate representation of color #B24BDF: hue angle of 281.76º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B24BDF is Cyan = 0.20, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 178 75 223 -
CMYK 0.20 0.66 0 0.13
HSL 281.76º 0.7% 0.58% -
HSV(B) 281.76º 0.66% 0.87% -
XYZ 34.2 19.82 71.84 -
YUV 122.67 184.62 167.47 -
System Red Green Blue C M Y K H S L
Decimal 178 75 223 0.20 0.66 0 0.13 281.76 0.7 0.58
Hex B2 4B DF 14 42 0 D 11A 46 3A
Octal 262 113 337 24 102 0 15 432 106 72
Binary 10110010 1001011 11011111 10100 1000010 0 1101 100011010 1000110 111010

Color Harmonies of #B24BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24BDF

Black with #B24BDF

Text Example


Text Example

White with #B24BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24BDF; }

 p { color: rgb(178,75,223); }

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

background-color css

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

 a { background-color: rgb(178,75,223); }

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

border-color css

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

 span { border-color: rgb(178,75,223); }

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