Html Css Color HEX #B448DF Medium Orchid

📋 copy color: '#B448DF'

red 180 ◦ green 72 ◦ blue 223

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

Shades of Medium Orchid #B448DF

Tints of Medium Orchid #B448DF

RGB

 RED value IS 180 (70.7% from 255) = 37.89%

 GREEN value IS 72 (28.52% from 255) = 15.16%

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

R = 37.89%
G = 15.16%
B = 46.95%

CMYK

 C value IS 0.19

 M value IS 0.68

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B448DF (or 0xB448DF) is known color: Medium Orchid. HEX triplet: B4, 48 and DF. RGB value is (180,72,223). Sum of RGB (Red+Green+Blue) = 180+72+223=475 (62% of max value = 765). Red value is 180 (70.70% from 255 or 37.89% from 475); Green value is 72 (28.52% from 255 or 15.16% from 475); Blue value is 223 (87.5% from 255 or 46.95% from 475); Max value from RGB is 223 - color contains mainly: blue. Hex color #B448DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B448DF is #4BB720. Grayscale: #797979. Windows color (decimal): -4962081 or 14633140. OLE color: 14633140.

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

Color convert

RGB 180 72 223 -
CMYK 0.19 0.68 0 0.13
HSL 282.91º 0.7% 0.58% -
HSV(B) 282.91º 0.68% 0.87% -
XYZ 34.46 19.67 71.79 -
YUV 121.51 185.28 169.72 -
System Red Green Blue C M Y K H S L
Decimal 180 72 223 0.19 0.68 0 0.13 282.91 0.7 0.58
Hex B4 48 DF 13 44 0 D 11B 46 3A
Octal 264 110 337 23 104 0 15 433 106 72
Binary 10110100 1001000 11011111 10011 1000100 0 1101 100011011 1000110 111010

Color Harmonies of #B448DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B448DF

Black with #B448DF

Text Example


Text Example

White with #B448DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B448DF; }

 p { color: rgb(180,72,223); }

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

background-color css

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

 a { background-color: rgb(180,72,223); }

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

border-color css

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

 span { border-color: rgb(180,72,223); }

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