Html Css Color HEX #B244DF Medium Orchid

📋 copy color: '#B244DF'

red 178 ◦ green 68 ◦ blue 223

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

Shades of Medium Orchid #B244DF

Tints of Medium Orchid #B244DF

RGB

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

 GREEN value IS 68 (26.95% from 255) = 14.5%

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

R = 37.95%
G = 14.5%
B = 47.55%

CMYK

 C value IS 0.20

 M value IS 0.70

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B244DF (or 0xB244DF) is known color: Medium Orchid. HEX triplet: B2, 44 and DF. RGB value is (178,68,223). Sum of RGB (Red+Green+Blue) = 178+68+223=469 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.95% from 469); Green value is 68 (26.95% from 255 or 14.50% from 469); Blue value is 223 (87.5% from 255 or 47.55% from 469); Max value from RGB is 223 - color contains mainly: blue. Hex color #B244DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B244DF is #4DBB20. Grayscale: #767676. Windows color (decimal): -5094177 or 14632114. OLE color: 14632114.

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

Color convert

RGB 178 68 223 -
CMYK 0.20 0.70 0 0.13
HSL 282.58º 0.71% 0.57% -
HSV(B) 282.58º 0.7% 0.87% -
XYZ 33.75 18.93 71.69 -
YUV 118.56 186.94 170.4 -
System Red Green Blue C M Y K H S L
Decimal 178 68 223 0.20 0.70 0 0.13 282.58 0.71 0.57
Hex B2 44 DF 14 46 0 D 11B 47 39
Octal 262 104 337 24 106 0 15 433 107 71
Binary 10110010 1000100 11011111 10100 1000110 0 1101 100011011 1000111 111001

Color Harmonies of #B244DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B244DF

Black with #B244DF

Text Example


Text Example

White with #B244DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B244DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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