Html Css Color HEX #B471CE Medium Orchid

📋 copy color: '#B471CE'

red 180 ◦ green 113 ◦ blue 206

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

Shades of Medium Orchid #B471CE

Tints of Medium Orchid #B471CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 41.28%

R = 36.07%
G = 22.65%
B = 41.28%

CMYK

 C value IS 0.13

 M value IS 0.45

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B471CE (or 0xB471CE) is known color: Medium Orchid. HEX triplet: B4, 71 and CE. RGB value is (180,113,206). Sum of RGB (Red+Green+Blue) = 180+113+206=499 (66% of max value = 765). Red value is 180 (70.70% from 255 or 36.07% from 499); Green value is 113 (44.53% from 255 or 22.65% from 499); Blue value is 206 (80.86% from 255 or 41.28% from 499); Max value from RGB is 206 - color contains mainly: blue. Hex color #B471CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B471CE is #4B8E31. Grayscale: #8F8F8F. Windows color (decimal): -4951602 or 13529524. OLE color: 13529524.

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

Color convert

RGB 180 113 206 -
CMYK 0.13 0.45 0 0.19
HSL 283.23º 0.49% 0.63% -
HSV(B) 283.23º 0.45% 0.81% -
XYZ 35.87 25.97 61.51 -
YUV 143.64 163.2 153.94 -
System Red Green Blue C M Y K H S L
Decimal 180 113 206 0.13 0.45 0 0.19 283.23 0.49 0.63
Hex B4 71 CE D 2D 0 13 11B 31 3F
Octal 264 161 316 15 55 0 23 433 61 77
Binary 10110100 1110001 11001110 1101 101101 0 10011 100011011 110001 111111

Color Harmonies of #B471CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B471CE

Black with #B471CE

Text Example


Text Example

White with #B471CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B471CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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