Html Css Color HEX #B447C9 Medium Orchid

📋 copy color: '#B447C9'

red 180 ◦ green 71 ◦ blue 201

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

Shades of Medium Orchid #B447C9

Tints of Medium Orchid #B447C9

RGB

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

 GREEN value IS 71 (28.13% from 255) = 15.71%

 BLUE value IS 201 (78.91% from 255) = 44.47%

R = 39.82%
G = 15.71%
B = 44.47%

CMYK

 C value IS 0.10

 M value IS 0.65

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B447C9 (or 0xB447C9) is known color: Medium Orchid. HEX triplet: B4, 47 and C9. RGB value is (180,71,201). Sum of RGB (Red+Green+Blue) = 180+71+201=452 (59% of max value = 765). Red value is 180 (70.70% from 255 or 39.82% from 452); Green value is 71 (28.12% from 255 or 15.71% from 452); Blue value is 201 (78.91% from 255 or 44.47% from 452); Max value from RGB is 201 - color contains mainly: blue. Hex color #B447C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B447C9 is #4BB836. Grayscale: #767676. Windows color (decimal): -4962359 or 13191092. OLE color: 13191092.

HSL color Cylindrical-coordinate representation of color #B447C9: hue angle of 290.31º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B447C9 is Cyan = 0.10, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 180 71 201 -
CMYK 0.10 0.65 0 0.21
HSL 290.31º 0.55% 0.53% -
HSV(B) 290.31º 0.65% 0.79% -
XYZ 31.62 18.43 57.15 -
YUV 118.41 174.61 171.93 -
System Red Green Blue C M Y K H S L
Decimal 180 71 201 0.10 0.65 0 0.21 290.31 0.55 0.53
Hex B4 47 C9 A 41 0 15 122 37 35
Octal 264 107 311 12 101 0 25 442 67 65
Binary 10110100 1000111 11001001 1010 1000001 0 10101 100100010 110111 110101

Color Harmonies of #B447C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B447C9

Black with #B447C9

Text Example


Text Example

White with #B447C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B447C9; }

 p { color: rgb(180,71,201); }

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

background-color css

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

 a { background-color: rgb(180,71,201); }

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

border-color css

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

 span { border-color: rgb(180,71,201); }

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