Html Css Color HEX #B470CD Medium Orchid

📋 copy color: '#B470CD'

red 180 ◦ green 112 ◦ blue 205

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

Shades of Medium Orchid #B470CD

Tints of Medium Orchid #B470CD

RGB

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

 GREEN value IS 112 (44.14% from 255) = 22.54%

 BLUE value IS 205 (80.47% from 255) = 41.25%

R = 36.22%
G = 22.54%
B = 41.25%

CMYK

 C value IS 0.12

 M value IS 0.45

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B470CD (or 0xB470CD) is known color: Medium Orchid. HEX triplet: B4, 70 and CD. RGB value is (180,112,205). Sum of RGB (Red+Green+Blue) = 180+112+205=497 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.22% from 497); Green value is 112 (44.14% from 255 or 22.54% from 497); Blue value is 205 (80.47% from 255 or 41.25% from 497); Max value from RGB is 205 - color contains mainly: blue. Hex color #B470CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B470CD is #4B8F32. Grayscale: #8E8E8E. Windows color (decimal): -4951859 or 13463732. OLE color: 13463732.

HSL color Cylindrical-coordinate representation of color #B470CD: hue angle of 283.87º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B470CD is Cyan = 0.12, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 180 112 205 -
CMYK 0.12 0.45 0 0.20
HSL 283.87º 0.48% 0.62% -
HSV(B) 283.87º 0.45% 0.8% -
XYZ 35.64 25.7 60.84 -
YUV 142.93 163.03 154.44 -
System Red Green Blue C M Y K H S L
Decimal 180 112 205 0.12 0.45 0 0.20 283.87 0.48 0.62
Hex B4 70 CD C 2D 0 14 11C 30 3E
Octal 264 160 315 14 55 0 24 434 60 76
Binary 10110100 1110000 11001101 1100 101101 0 10100 100011100 110000 111110

Color Harmonies of #B470CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B470CD

Black with #B470CD

Text Example


Text Example

White with #B470CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B470CD; }

 p { color: rgb(180,112,205); }

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

background-color css

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

 a { background-color: rgb(180,112,205); }

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

border-color css

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

 span { border-color: rgb(180,112,205); }

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