Html Css Color HEX #B470DD Medium Orchid

📋 copy color: '#B470DD'

red 180 ◦ green 112 ◦ blue 221

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

Shades of Medium Orchid #B470DD

Tints of Medium Orchid #B470DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.08%

R = 35.09%
G = 21.83%
B = 43.08%

CMYK

 C value IS 0.19

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B470DD (or 0xB470DD) is known color: Medium Orchid. HEX triplet: B4, 70 and DD. RGB value is (180,112,221). Sum of RGB (Red+Green+Blue) = 180+112+221=513 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.09% from 513); Green value is 112 (44.14% from 255 or 21.83% from 513); Blue value is 221 (86.72% from 255 or 43.08% from 513); Max value from RGB is 221 - color contains mainly: blue. Hex color #B470DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B470DD is #4B8F22. Grayscale: #909090. Windows color (decimal): -4951843 or 14512308. OLE color: 14512308.

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

Color convert

RGB 180 112 221 -
CMYK 0.19 0.49 0 0.13
HSL 277.43º 0.62% 0.65% -
HSV(B) 277.43º 0.49% 0.87% -
XYZ 37.67 26.51 71.54 -
YUV 144.76 171.03 153.14 -
System Red Green Blue C M Y K H S L
Decimal 180 112 221 0.19 0.49 0 0.13 277.43 0.62 0.65
Hex B4 70 DD 13 31 0 D 115 3E 41
Octal 264 160 335 23 61 0 15 425 76 101
Binary 10110100 1110000 11011101 10011 110001 0 1101 100010101 111110 1000001

Color Harmonies of #B470DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B470DD

Black with #B470DD

Text Example


Text Example

White with #B470DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B470DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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