Html Css Color HEX #B448D1 Medium Orchid

📋 copy color: '#B448D1'

red 180 ◦ green 72 ◦ blue 209

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

Shades of Medium Orchid #B448D1

Tints of Medium Orchid #B448D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 45.34%

R = 39.05%
G = 15.62%
B = 45.34%

CMYK

 C value IS 0.14

 M value IS 0.66

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B448D1 (or 0xB448D1) is known color: Medium Orchid. HEX triplet: B4, 48 and D1. RGB value is (180,72,209). Sum of RGB (Red+Green+Blue) = 180+72+209=461 (61% of max value = 765). Red value is 180 (70.70% from 255 or 39.05% from 461); Green value is 72 (28.52% from 255 or 15.62% from 461); Blue value is 209 (82.03% from 255 or 45.34% from 461); Max value from RGB is 209 - color contains mainly: blue. Hex color #B448D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B448D1 is #4BB72E. Grayscale: #777777. Windows color (decimal): -4962095 or 13715636. OLE color: 13715636.

HSL color Cylindrical-coordinate representation of color #B448D1: hue angle of 287.3º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B448D1 is Cyan = 0.14, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 180 72 209 -
CMYK 0.14 0.66 0 0.18
HSL 287.3º 0.6% 0.55% -
HSV(B) 287.3º 0.66% 0.82% -
XYZ 32.65 18.94 62.26 -
YUV 119.91 178.28 170.86 -
System Red Green Blue C M Y K H S L
Decimal 180 72 209 0.14 0.66 0 0.18 287.3 0.6 0.55
Hex B4 48 D1 E 42 0 12 11F 3C 37
Octal 264 110 321 16 102 0 22 437 74 67
Binary 10110100 1001000 11010001 1110 1000010 0 10010 100011111 111100 110111

Color Harmonies of #B448D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B448D1

Black with #B448D1

Text Example


Text Example

White with #B448D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B448D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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