Html Css Color HEX #B470E6 Medium Orchid

📋 copy color: '#B470E6'

red 180 ◦ green 112 ◦ blue 230

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

Shades of Medium Orchid #B470E6

Tints of Medium Orchid #B470E6

RGB

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

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

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

R = 34.48%
G = 21.46%
B = 44.06%

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

#B470E6 (or 0xB470E6) is known color: Medium Orchid. HEX triplet: B4, 70 and E6. RGB value is (180,112,230). Sum of RGB (Red+Green+Blue) = 180+112+230=522 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.48% from 522); Green value is 112 (44.14% from 255 or 21.46% from 522); Blue value is 230 (90.23% from 255 or 44.06% from 522); Max value from RGB is 230 - color contains mainly: blue. Hex color #B470E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B470E6 is #4B8F19. Grayscale: #919191. Windows color (decimal): -4951834 or 15102132. OLE color: 15102132.

HSL color Cylindrical-coordinate representation of color #B470E6: hue angle of 274.58º 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 #B470E6 is Cyan = 0.22, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 180 112 230 -
CMYK 0.22 0.51 0 0.10
HSL 274.58º 0.7% 0.67% -
HSV(B) 274.58º 0.51% 0.9% -
XYZ 38.9 27 78.03 -
YUV 145.78 175.53 152.41 -
System Red Green Blue C M Y K H S L
Decimal 180 112 230 0.22 0.51 0 0.10 274.58 0.7 0.67
Hex B4 70 E6 16 33 0 A 113 46 43
Octal 264 160 346 26 63 0 12 423 106 103
Binary 10110100 1110000 11100110 10110 110011 0 1010 100010011 1000110 1000011

Color Harmonies of #B470E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B470E6

Black with #B470E6

Text Example


Text Example

White with #B470E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B470E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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