Html Css Color HEX #B470DA Medium Orchid

📋 copy color: '#B470DA'

red 180 ◦ green 112 ◦ blue 218

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

Shades of Medium Orchid #B470DA

Tints of Medium Orchid #B470DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42.75%

R = 35.29%
G = 21.96%
B = 42.75%

CMYK

 C value IS 0.17

 M value IS 0.49

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B470DA (or 0xB470DA) is known color: Medium Orchid. HEX triplet: B4, 70 and DA. RGB value is (180,112,218). Sum of RGB (Red+Green+Blue) = 180+112+218=510 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.29% from 510); Green value is 112 (44.14% from 255 or 21.96% from 510); Blue value is 218 (85.55% from 255 or 42.75% from 510); Max value from RGB is 218 - color contains mainly: blue. Hex color #B470DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B470DA is #4B8F25. Grayscale: #909090. Windows color (decimal): -4951846 or 14315700. OLE color: 14315700.

HSL color Cylindrical-coordinate representation of color #B470DA: hue angle of 278.49º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B470DA is Cyan = 0.17, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 180 112 218 -
CMYK 0.17 0.49 0 0.15
HSL 278.49º 0.59% 0.65% -
HSV(B) 278.49º 0.49% 0.85% -
XYZ 37.27 26.35 69.45 -
YUV 144.42 169.53 153.38 -
System Red Green Blue C M Y K H S L
Decimal 180 112 218 0.17 0.49 0 0.15 278.49 0.59 0.65
Hex B4 70 DA 11 31 0 F 116 3B 41
Octal 264 160 332 21 61 0 17 426 73 101
Binary 10110100 1110000 11011010 10001 110001 0 1111 100010110 111011 1000001

Color Harmonies of #B470DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B470DA

Black with #B470DA

Text Example


Text Example

White with #B470DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B470DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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