Html Css Color HEX #B471E6 Medium Orchid

📋 copy color: '#B471E6'

red 180 ◦ green 113 ◦ blue 230

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

Shades of Medium Orchid #B471E6

Tints of Medium Orchid #B471E6

RGB

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

 GREEN value IS 113 (44.53% from 255) = 21.61%

 BLUE value IS 230 (90.23% from 255) = 43.98%

R = 34.42%
G = 21.61%
B = 43.98%

CMYK

 C value IS 0.22

 M value IS 0.51

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B471E6 (or 0xB471E6) is known color: Medium Orchid. HEX triplet: B4, 71 and E6. RGB value is (180,113,230). Sum of RGB (Red+Green+Blue) = 180+113+230=523 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.42% from 523); Green value is 113 (44.53% from 255 or 21.61% from 523); Blue value is 230 (90.23% from 255 or 43.98% from 523); Max value from RGB is 230 - color contains mainly: blue. Hex color #B471E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B471E6 is #4B8E19. Grayscale: #919191. Windows color (decimal): -4951578 or 15102388. OLE color: 15102388.

HSL color Cylindrical-coordinate representation of color #B471E6: hue angle of 274.36º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B471E6 is Cyan = 0.22, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 180 113 230 -
CMYK 0.22 0.51 0 0.10
HSL 274.36º 0.7% 0.67% -
HSV(B) 274.36º 0.51% 0.9% -
XYZ 39.01 27.23 78.06 -
YUV 146.37 175.2 151.99 -
System Red Green Blue C M Y K H S L
Decimal 180 113 230 0.22 0.51 0 0.10 274.36 0.7 0.67
Hex B4 71 E6 16 33 0 A 112 46 43
Octal 264 161 346 26 63 0 12 422 106 103
Binary 10110100 1110001 11100110 10110 110011 0 1010 100010010 1000110 1000011

Color Harmonies of #B471E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B471E6

Black with #B471E6

Text Example


Text Example

White with #B471E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B471E6; }

 p { color: rgb(180,113,230); }

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

background-color css

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

 a { background-color: rgb(180,113,230); }

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

border-color css

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

 span { border-color: rgb(180,113,230); }

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