Html Css Color HEX #B671C5 Medium Orchid

📋 copy color: '#B671C5'

red 182 ◦ green 113 ◦ blue 197

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

Shades of Medium Orchid #B671C5

Tints of Medium Orchid #B671C5

RGB

 RED value IS 182 (71.48% from 255) = 36.99%

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

 BLUE value IS 197 (77.34% from 255) = 40.04%

R = 36.99%
G = 22.97%
B = 40.04%

CMYK

 C value IS 0.08

 M value IS 0.43

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#B671C5 (or 0xB671C5) is known color: Medium Orchid. HEX triplet: B6, 71 and C5. RGB value is (182,113,197). Sum of RGB (Red+Green+Blue) = 182+113+197=492 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.99% from 492); Green value is 113 (44.53% from 255 or 22.97% from 492); Blue value is 197 (77.34% from 255 or 40.04% from 492); Max value from RGB is 197 - color contains mainly: blue. Hex color #B671C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B671C5 is #498E3A. Grayscale: #8E8E8E. Windows color (decimal): -4820539 or 12939702. OLE color: 12939702.

HSL color Cylindrical-coordinate representation of color #B671C5: hue angle of 289.29º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B671C5 is Cyan = 0.08, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 182 113 197 -
CMYK 0.08 0.43 0 0.23
HSL 289.29º 0.42% 0.61% -
HSV(B) 289.29º 0.43% 0.77% -
XYZ 35.27 25.79 55.94 -
YUV 143.21 158.36 155.67 -
System Red Green Blue C M Y K H S L
Decimal 182 113 197 0.08 0.43 0 0.23 289.29 0.42 0.61
Hex B6 71 C5 8 2B 0 17 121 2A 3D
Octal 266 161 305 10 53 0 27 441 52 75
Binary 10110110 1110001 11000101 1000 101011 0 10111 100100001 101010 111101

Color Harmonies of #B671C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B671C5

Black with #B671C5

Text Example


Text Example

White with #B671C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B671C5; }

 p { color: rgb(182,113,197); }

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

background-color css

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

 a { background-color: rgb(182,113,197); }

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

border-color css

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

 span { border-color: rgb(182,113,197); }

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