Html Css Color HEX #B445DF Medium Orchid

📋 copy color: '#B445DF'

red 180 ◦ green 69 ◦ blue 223

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

Shades of Medium Orchid #B445DF

Tints of Medium Orchid #B445DF

RGB

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

 GREEN value IS 69 (27.34% from 255) = 14.62%

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

R = 38.14%
G = 14.62%
B = 47.25%

CMYK

 C value IS 0.19

 M value IS 0.69

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B445DF (or 0xB445DF) is known color: Medium Orchid. HEX triplet: B4, 45 and DF. RGB value is (180,69,223). Sum of RGB (Red+Green+Blue) = 180+69+223=472 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.14% from 472); Green value is 69 (27.34% from 255 or 14.62% from 472); Blue value is 223 (87.5% from 255 or 47.25% from 472); Max value from RGB is 223 - color contains mainly: blue. Hex color #B445DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B445DF is #4BBA20. Grayscale: #777777. Windows color (decimal): -4962849 or 14632372. OLE color: 14632372.

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

Color convert

RGB 180 69 223 -
CMYK 0.19 0.69 0 0.13
HSL 283.25º 0.71% 0.57% -
HSV(B) 283.25º 0.69% 0.87% -
XYZ 34.27 19.29 71.73 -
YUV 119.75 186.27 170.98 -
System Red Green Blue C M Y K H S L
Decimal 180 69 223 0.19 0.69 0 0.13 283.25 0.71 0.57
Hex B4 45 DF 13 45 0 D 11B 47 39
Octal 264 105 337 23 105 0 15 433 107 71
Binary 10110100 1000101 11011111 10011 1000101 0 1101 100011011 1000111 111001

Color Harmonies of #B445DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B445DF

Black with #B445DF

Text Example


Text Example

White with #B445DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B445DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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